Re: [NAnt-users] Subversion syntax confusion - what is uri attribute used for ??

2008-04-09 Thread Bob Archer
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] Subversion syntax confusion - what is uri attribute used for ??

2008-04-09 Thread Ken Parrish
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

Re: [NAnt-users] Visual Studio Integration

2008-04-09 Thread Richard Brown
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