svn: default name for a tag when name is not important?

Posted by Jason S on Stack Overflow See other posts from Stack Overflow or by Jason S
Published on 2010-05-24T17:52:39Z Indexed on 2010/05/24 21:21 UTC
Read the original article Hit count: 151

Filed under:
|

I need to tag the current state of my source tree in svn. My problem is I don't care what the name is, I just need to mark the current revision in an immutable* manner. (*subject to malicious behavior)

What's the best way to do this?

branches/
tags/
   ???
trunk/

should ??? be the date, an incrementing sequence, the repository rev # ...?

© Stack Overflow or respective owner

Related posts about svn

Related posts about tags