Nant Users, I am confused about the 'uri' parameter needed for the many of the Subversion <svn> 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 NantContrib documentation is very unclear about what needs to be in the 'uri' attribute, but the attribute IS REQUIRED. >From the command line, I might enter: svn copy -m "my revision message" http://mysvnserver.com/svn/myProject/trunk http://mysvnserver.com/svn/myProject/tags/1.0 If I wish to use the <svn> task, I am confused as to what should go in the 'uri' attribute of the <svn> tag: <svn command="copy" uri="What goes here (required)?" verbose="true" username="myUsername" password="myPassword" > <arg value="http://mysvnserver.com/svn/myProject/trunk" /> <arg value="$http://mysvnserver.com/svn/myProject/tags/1.0" /> <arg value="-m my_revision_message" /> </svn> In general, I am uncertain what I need in the 'uri' attribute as compared to URI/pathnames in the arguments. Does anyone have any insight into this? Thanks, Ken Parrish Gomez, Inc. |
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users