vote up 2 vote down star
1

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!

flag

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

1 Answer

vote up 1 vote down check

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|flag

Your Answer

Get an OpenID
or

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