Analysis of an easyier tag command
From: peter <subversion_at_cooltoad.com>
Date: 2005-12-26 15:46:04 CET
Hello
Some days ago ther was a discussion about tagging on this mailinglist.
svntag -r rev workingcopypath tagname
There seemed to be some consens about this being fairly easy to implement.
1. use svn info to get the trunkuri
2. if you don't want to tag the HEAD revision but an older revision you have
3. remove taguri if it exists
4. create the taguri path if it doesn't exist
5. copy trunkuri to taguri
Explanations:
1. This is Easy just do a svn info workingcopypath
2. This happens for example when you have to change a file in the tag back to
3. if the file already exists in the tag you have to remove it first. The copy
4. This is a tough one and I think it is not possible to do it. For example if
5. This is the copy operation and no problem at all.
So am I overlooking somethig or is it really this hard to do? Especially step
regards
---------------------------------------------------------------------
|
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.