Hi Huseyin, I checked in a fix for this yesterday so it should show up in the 
next nightly.  Until it does the following should work:

        <cvs command="checkout" 
             destination="e:/test/nant/sourcecontrol/working" 
             cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot/nant" 
             module="nant"
             usesharpcvslib="false"
             commandline="-r BRANCH-084"/>

Also if you are using sspi you do not need to use the <cvs-pass/>, this is only 
used for pserver.


Cheers,

Clayton

> -----Original Message-----
> From: Hüseyin BAYRAM [mailto:[EMAIL PROTECTED] 
> Sent: December 31, 2004 5:50 AM
> To: nant-users@lists.sourceforge.net
> Subject: [SPAM]: [Nant-users] +Sticky Tag Attribute Problem+
> 
> 
> 
> Hi,
> I am trying to use the  sticky-tag attribute of the 
> <cvs-checkout> task. Without the sticky-tag the task works fine. 
> I want (need) to work on branches so I am trying to use the 
> sticky-tag attribute ,but, I am getting error messages: My, 
> build file is as follows:
> 
> <cvs-pass 
>       cvsroot=":pserver:[EMAIL PROTECTED]:/SYS" 
>        password="xxxxxx"
>        passfile="C:\.cvspass" 
> />
>               
> <cvs-checkout
>       destination="c:\Agora"
>       cvsroot=":sspi:[EMAIL PROTECTED]:/SYS" 
>       module="URIGateway"   
>       usesharpcvslib="false"
>       verbose="true"
>      sticky-tag="maintanence_BaseGateway_ver_1_1_0"
>   /> 
> 
> I am using CVSNT and after the build scripts server waits 
> lots of time and gaves me this output.
> 
> [cvs-checkout] Using ssh binary:
> [cvs-checkout] Using .cvspass file:
> [cvs-checkout] Working directory: c:\Agora
> [cvs-checkout] Executable: C:\Program Files\cvsnt\cvs.exe 
> [cvs-checkout] Arguments:  -d:sspi:[EMAIL PROTECTED]:/SYS checkout 
> "-r maintanence_BaseGateway_ver_1_1_0" URIGateway 
> [cvs-checkout] Starting 'C:\Program Files\cvsnt\cvs.exe ( 
> -d:sspi:[EMAIL PROTECTED]:/SYS checkout "-r maintanence_Base 
> Gateway_ver_1_1_0" URIGateway)' in 'c:\Agora' [cvs-checkout] 
> cvs [server aborted]: no such tag  maintanence_BaseGateway_ver_1_1_0
> 
> BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
> C:\AGORA\cvs_indir.build(13,11):
> External Program Failed: C:\Program Files\cvsnt\cvs.exe 
> (return code was 1) Total time: 144.4 seconds.
> 
> 
>       I think the problem arises  from  " quotas . My scrip 
> sends -d:sspi:[EMAIL PROTECTED]:/SYS checkout "-r 
> maintanence_BaseGateway_ver_1_1_0" URIGateway into the server 
> .When I tried this from command linet he CVS 
> Server gives me an error message:
> The correct usage  is as follows(without any quotas):
> 
> -d:sspi:[EMAIL PROTECTED]:/SYS checkout -r 
> maintanence_BaseGateway_ver_1_1_0 URIGateway
> 
> 
> Could someone help me ?Is there any  other ways to  use Nant 
> CVS commands while working on CVS branches 
> 
> Thank you very much,
> 
> Huseyin Bayram
> Build Manager
> SYS Coop.
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues 
> Get a FREE limited edition SourceForge.net t-shirt from 
> ThinkGeek. It's fun and FREE -- well, 
> almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to