Bugs item #1067279, was opened at 2004-11-16 12:37
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1067279&group_id=54790

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: randalx (randalx)
>Assigned to: Gert Driesen (drieseng)
Summary: svn-checkout task recursive wrong switch

Initial Comment:
I'm using the <svn-checkout> task and setting
recursive="false".  this generates a command line
switch of "--recursive" which fails.  

According to the svn help documentation (svn help
checkout) the correct switch is: -N [--non-recursive]

This can be fixed by changing the Recursive property's set:
Tasks\Svn\SvnCheckoutTask.cs
public bool Recursive {
set {this.SetCommandOption("recursive",
"non-recursive", !value);}

I tried this with the nightly nantcontrib build and the
latest subversion.

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2004-11-26 19:31

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs and will be available in the next 
nightly build

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1067279&group_id=54790


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to