- Joined
- Apr 1, 2008
- Messages
- 2,164
- Reaction score
- 658
- Points
- 113
Right! One should always prevent commiting to tags by instantiating protective hooks! This is one of the first things I do when creating a new SVN-repository....Now there is nothing wrong with this, but the trouble is that nothing stops you from committing into that folder, if you don't have some hooks installed that prevent it.
And if you still feel you need some more security (or are unable to install hooks), add the revision number into the build process, that number is 'unique'! So "tag/1.2.3.4(r9976)" will always mark that specific revision even if someone commited afterwards.
/Kuddel