I just started using Google code hosting and am a beginner at working with Subversion. I was wondering if there is a way to enforce a rule that no commits can be made without comments. I was researching into it, and I did find a way to do this on subversion - it involves creating a pre-commit hook. But I don't think I can do this in Google code (or am I wrong about this?)

Do you know how I can enforce this? Thanks!

link|improve this question

80% accept rate
yeah you're right about Google not being able to do pre-commit hook. – mauris Oct 25 '09 at 16:06
feedback

1 Answer

up vote 2 down vote accepted

I posted this to the Google Code issues list as a feature request and it was reviewed and accepted as an enhancement request. But on the mean while, they provided the suggestion of using the email on commit option. This way if someone committed without comments, you can can at least notice it right away and let them know.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.