I think I just ended up using the exec tag for some of the fringe svn
stuff I needed to do rather than fight with the svn task.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ken
Parrish
Sent: Wednesday, April 09, 2008 2:34 PM
To: nant-users@lis
Nant Users,
I am confused about the 'uri'
parameter needed for the many of the Subversion tasks
(NantContrib). A good example is the syntax for the 'svn copy' command. In
this case, both arguments in the copy command reference locations in
the repository--not local directories.
The NantCon
Luke,
I'm not sure if this is what you're after, but I used a small custom MSBuild
task to parse the NAnt output and report errors to the 'error list' window:
http://broloco.blogspot.com/2008/03/using-nant-with-visual-studio.html
You might find it can also be used in conjuction with NAntAddIn (I