You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Manjushree Nimbalkar <ma...@gmail.com> on 2009/04/06 21:29:38 UTC

Can i send an email when i commit a file in SVN?

Hi,

I'm using Tortoise SVN as my source repository. I was wondering if it is
possible to send out an email if a person commits a code to SVN. Is there
any free tool which will allow me to integrate it with SVN?

Any help will be appreciated.

Thanks,
Manju

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1565983

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Can i send an email when i commit a file in SVN?

Posted by Michael Wechner <mi...@wyona.com>.
Manjushree Nimbalkar schrieb:
> Hi,
>  
> I'm using Tortoise SVN as my source repository. I was wondering if it 
> is possible to send out an email if a person commits a code to SVN. Is 
> there any free tool which will allow me to integrate it with SVN?
>  
> Any help will be appreciated.

this can be done with SVN hooks, for example

http://www.petefreitag.com/item/244.cfm

HTH

Michael
>  
> Thanks,
> Manju
>  
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1566359

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Can i send an email when i commit a file in SVN?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Apr 6, 2009, at 16:29, Manjushree Nimbalkar wrote:

> I'm using Tortoise SVN as my source repository.

TortoiseSVN may be the client you are using to access your  
repository, but any hook scripts to send out emails after commits  
will run on the server, so it doesn't matter what client you're using.

> I was wondering if it is possible to send out an email if a person  
> commits a code to SVN. Is there any free tool which will allow me  
> to integrate it with SVN?

Yes, the mailer.py script included with the Subversion source  
distribution can do this.

You can also get it here:

http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/mailer/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1568416

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Can i send an email when i commit a file in SVN?

Posted by David Weintraub <qa...@gmail.com>.
What you would do is write a post-commit hook on the Subversoon  
repository server, and not in the TortoiseSVN client.

There are already several post-commit hooks that send email out on  
commits. Take a look at http://subversion.tigris.org/tools_contrib#hook_scripts 
. There are three: One Perl, one Ruby, and one Python script.

David Weintraub

On Apr 6, 2009, at 5:29 PM, Manjushree Nimbalkar <manjushree.nimbalkar@gmail.com 
 > wrote:

> Hi,
>
> I'm using Tortoise SVN as my source repository. I was wondering if  
> it is possible to send out an email if a person commits a code to  
> SVN. Is there any free tool which will allow me to integrate it with  
> SVN?
>
> Any help will be appreciated.
>
> Thanks,
> Manju
>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1568730

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].