Is there a way to do something similar to a SourceSafe label in svn? I know of the bransch/tag, but I would like to have a more lightweight way of just setting a name for a
How about changing the label position in the revision log?
Example: I created a tag named "production version" which marks file1.txt at revision 8 and few days later I want the same tag tell me that file1.txt is marked at revision 16
In VSS one is able to "move the label" in the revision log in this scenario. In SVN I would not like to create "production version1", "production version2" ...