Anybody using starteam? 

I have a problem:

When I checkout files using this command:

stcmd co -p user:[EMAIL PROTECTED]:5558/myproject/myview/mydir -is 
-vl "mylabel" -o -eol on -fp checkout/mydir

a number of files get checked out.

When I use the following command in a build.xml file:

<stcheckout  
                        servername="myserver"
                        serverport="5558"
                        projectname="myproject"
                        viewname="myview"
                        username="user"
                        password="password"
                        rootlocalfolder="checkout/mydir"
                        rootstarteamfolder="mydir"
                        label="mylabel"
                        deleteuncontrolled="false"
                        userepositorytimestamp="true"
                        createworkingdirs="false"
                        forced="true"
                        />

No files are checked out...

If I remove the viewname, I do get my files, but this will ofcourse
not be the ones I want when I try to checkout a label that only exists
in a particular view.
Why is this?

Krist


-- 
[EMAIL PROTECTED]
Solothurn, Switzerland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to