Prevent checkins to SVN

Posted by Joseph Mastey on Stack Overflow See other posts from Stack Overflow or by Joseph Mastey
Published on 2010-04-13T03:21:39Z Indexed on 2010/04/13 3:22 UTC
Read the original article Hit count: 498

Filed under:
|

My team uses SVN for our software platform, and we create tags periodically to help keep module versions straight. Best practice, as I understand it, is not to modify a tag once it has been created. However, it seems that sometimes the temptation is too great and a modification is made to one of the tags.

Is there a way to prevent these kinds of checkins, or at least make them a complete pain so that we can discourage them automatically?

Thanks, Joe

© Stack Overflow or respective owner

Related posts about svn

Related posts about best-practices