Re: Trying to use an unsupported feature
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-22 19:23:29 CEST
martin@v.loewis.de (Martin v. Löwis) writes:
>> svn copy <repo-url>/trunk <repo-url>/tags/<tagname>
Yes.
> I want to tag what is in my sandbox, i.e. the BASE revision.
If your working copy is a single revison you could use
svn copy -rN <repo-url>/trunk <repo-url>/tags/<tagname>
If that is not the case you will need to fix issue 1357 :)
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Jun 22 19:24:30 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.