On 8/28/07, David Kastrup <dak@xxxxxxx> wrote: > "Giuseppe Bilotta" <giuseppe.bilotta@xxxxxxxxx> writes: > > > > Although this is a good argument *for* branches, it's not a good > > argument *against* tags. The svn tag would be converted to a git > > annotated tag at 'first commit' time, and if there are subsequent > > commits to the svn tag directory (as opposed to the usually > > corresponding branch directory) "tags/tagname" branch would be created > > in git. > > You would also need to delete or move the previously created git tag, > and both options are not really attractive. It would probably be the > least painful way to actually delete the tag, and create the branch in > a manner that lets one keep using the bare tag name for referring to > the newly created branch head. Sorry but I fail to see the reason why you would have to move or delete the git tag if there are commits under a tags directory. I assume that your reasoning is that otherwise checking out the tag from svn and checking out the tag from git would give different results, but that's the reason for having the tags/tagname branch, not for shuffling the git tag around. -- Giuseppe "Oblomov" Bilotta - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html