Hi Shiv,

These options are not currently supported in sharpcvslib.  We are
currently working on implementing all of the cvs protocol and our
progress can be tracked on http://sharpcvslib.sf.net.  I have added an
RFE for the -A and -P options (867889) and will try to update an approx.
completion date when I get back from holidays.  


Cheers,

Clayton

> -----Original Message-----
> From: Shiv Natarajan [mailto:[EMAIL PROTECTED] 
> Sent: December 30, 2003 5:34 AM
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Question on cvs-checkout task
> 
> 
> I tried using the <cvs-checkout> task. I want to
> issue 'cvs checkout -AP' command. This is how I issue
> the command
> 
>     <cvs-checkout cvsroot="${cvs.root}"
>                   module="${cvs.module}"
>                   destination="${cvs.dir}"
>                   verbose="true"
>                   password="${cvs.password}">
>       <options>
>         <option name="-A"/> 
>         <option name="-P"/> 
>       </options>
>     </cvs-checkout>
> 
> When I run this, I get the following error
> 
> System.NotSupportedException:
> Unsupported argument.
>         name=[-A]
>         value=[]
>    at 
> NAnt.SourceControl.Tasks.AbstractCvsTask.SetOptions(WorkingDirectory
> worki
> ngDirectory)
>    at
> NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
>    at NAnt.Core.Task.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Project.Execute(String targetName)
>    at NAnt.Core.Project.Execute()
>    at NAnt.Core.Project.Run()
> 
> Am I doing anything wrong here?
> 
> TIA
> - shiv
> 
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003 
http://search.yahoo.com/top2003


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's Free Linux Tutorials.  Learn everything from the bash shell to sys
admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to