Re: scm:tag failing

2005-06-30 Thread Adrian Herscu
Emmanuel Venisse wrote: With svn, you need to specify a tagbase, so you can run maven like this: maven scm:tag -Dmaven.scm.tag=TEST_TAG -Dmaven.scm.svn.tag.base=http://svn.server.com/repos_root/tags The docs. here (http://maven.apache.org/reference/plugins/scm/properties.html) specify

Re: scm:tag failing

2005-06-28 Thread Emmanuel Venisse
With svn, you need to specify a tagbase, so you can run maven like this: maven scm:tag -Dmaven.scm.tag=TEST_TAG -Dmaven.scm.svn.tag.base=http://svn.server.com/repos_root/tags Emmanuel Jamie Bisotti wrote: Assuming Subversion looks like the following: http://svn.server.com/repos_root/

scm:tag failing

2005-06-27 Thread Jamie Bisotti
Assuming Subversion looks like the following: http://svn.server.com/repos_root/ branches/ tags/ trunk/ foo/ In C:\sandbox\blah, I perform: maven -Dmaven.scm.url=scm:svn:http://svn.server.com/repos_root/trunk -Dmaven.scm.checkout.dir=trunk scm:checkout Then, I switch to