RE: Philosophical question: Tagging & Structure
From: Johan Corveleyn <johan.corveleyn_at_uz.kuleuven.ac.be>
Date: Fri, 3 Jul 2009 17:27:15 +0200
> Tags in Subversion, from my investigation need 2 major
Like I said, this is possible, because "svn copy" takes multiple source arguments (which can be all URLs):
svn cp <url>/Project1 <url>/Library1 <url>/Library2 <target>
Where <target> is e.g. <url>/tags/releases/Project1/1.0 or something like that.
Ok, it's still a copy, but you only copied (tagged) the stuff you need.
Johan
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.