Forcing SVN Comments with TortoiseSVN

On July 22, 2008, in Subversion, by Anuj Gakhar

One of my earlier posts about forcing SVN comments talks about doing a pre-commit hook on SVN before every commit is made. The problem with that is, it needs to be done on the SVN server and not always you’ve got access to that. But as a developer you can force yourself to always comment […]

Tagged with:  

How to force Comments on SVN Commit

On February 14, 2008, in Subversion, by Anuj Gakhar

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 […]

Tagged with:  

Nice SVN Book (thanks Jim Priest)

On January 3, 2008, in Subversion, by Anuj Gakhar

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.

Tagged with:  
© 2011 Anuj Gakhar