4

I have a question with regards Google Code svn repositories.

Is there a way no be notified by email when someone on your team does a commit ?

I have been looking around, but I can't find the way to activate this option (if it exists). Thanks for any help given.

lurks
  • 2,576
  • 4
  • 30
  • 39
  • I can't log in to a Google Code project right now, but I'm pretty sure it's a simple checkbox somewhere - at least if you're the project's owner. – Pekka Nov 15 '09 at 21:27

4 Answers4

6

There is no need for a Post-Commit hooks, Google Code has this feature built-in. Go to the Administer > Source tab and then fill the email address of the Activity notifications (usually, a mailing list address).

Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124
2

You might be able to use google's PostCommitWebHook to set something up if nothing already exists...

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
0

There's also an rss feed URI in the header of the Project Home -> Updates tab. Safari (and I assume Firefox) exposes it, or you can extract it from the page source.

JLundell
  • 1,580
  • 11
  • 14
0

First, you must be the owner of the project: If you are the owner choose Administer tab option from main menu of the project, then choose Source option. Scroll down and search for Activity notifications section and enter the email address.

If using Google Groups, enable "Anyone can post" messages in your googlegroup configuration.

Esteban Cacavelos
  • 753
  • 10
  • 22