How to force Comments on SVN Commit

Tagged Under :

If you are using Subversion, you might have come across this issue. Multiple developers working on a set of files and committing them without any comments. If you decide to force comments on every commit, here is a little pre-commit hook script that will do the job. Just to be clear, a pre-commit script is fired when the user hits the ‘OK’ button on the commit dialog box.

This script would need to be under /{repository-location}/hooks/. There are some template scripts already in there and this one is probably a slight modification of one of those samples in there. More »

Nice SVN Book (thanks Jim Priest)

Tagged Under :

I just read on Jim Priest’s blog about this SVN related free book and I think its a great book. Being a regular SVN user for almost all my work, I think this book can be very useful for me or anyone else who uses SVN. Thanks Jim.