Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,
I am new to SVN Tortoise the only thing right now I know is to update commit and and check log message after u right click the folder.
All I want is to send email automatically to a group of people after I commit.
I know we can do this in Visual Studio Team Edition. manual also not helping me.

Thanks in advance.
Posted

I doubt if Tortoise-SVN has any inbuilt feature to send Email-Notification as and when Developers keeps committing their code.

I personally do not prefer to have Email-Notification whenever any developer commits code to SVN. Instead you may have a look at concept of "Continuous Integration". In this automated build process is scheduled which keeps checking if their is any Error in the Checked-In/Committed code.

http://www.martinfowler.com/articles/continuousIntegration.html

You may have a look at "CruiseControl.NET" which provides Email-Notification feature.

CruiseControl.NET : Email Publisher

Below link has a information on integration of "CruiseControl.NET" with "SVN".

CruiseControl.NET : Subversion Source Control Block
 
Share this answer
 
The solution to this is server side, not client side - in other words the SVN Server itself needs to do this, not Tortoise. Look into "SVN Hooks": The SVN Book[^]. Google can tell you more.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900