Bugs item #1067279, was opened at 2004-11-16 11:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1067279&group_id=54790
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: randalx (randalx)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1067279&group_id=54790
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer