Robert O'Keefe wrote:
> Hi,
>
>
>
> I am wondering whether or not Tortoise SVN supports e-mail notification
> for changes made to files in source control.
>
>
>
> For example, perforce allows you to set perforce notification on a range
> of files (e.g. *.rc) within the source control. I allows you to insert
> your e-mail address and when the file matching the file type is changed,
> it sends and e-mail to the account informing you of the filename that
> has changed and the change number.
The main subversion package includes sample scripts to do this - they
are, however, written in scripting languages. It's been a while since I
tweaked them, so I can't remember if it's perl or python.
The important thing to remember this is a server task on the repository.
If a repository is being shared, it should be accessed using svnserve or
DAV over http (*not* the file: protocol). Thus it's not really a client
issue.
Sam
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-15 18:40:08 CEST