[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN Post Commit Email Notifications

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-30 00:45:22 CEST

On Aug 29, 2005, at 5:31 PM, S I wrote:
>
> I tell you SVN is NOT easy to set up and configure. It was created
> to overcome the idiosyncrasies of CVS, but does it?

Are you seriously comparing CVS and SVN through such a tiny lens?

Subversion gives you a very simple hook for triggering post-commit
events. But the problem of "setting up a server to send email" is
inherently time-consuming, and way outside the scope of Subversion
itself. Mail is complex. Permissions are complex. That's why
people hire sysadmins. I don't see how anything would have been any
easier for you -- in this one narrow regard -- with CVS or any other
version control system.

Sorry that you're having problems. Before trying anything complex,
you should break down the task into smaller parts. Write a 'post-
commit' script that does nothing but echo the revnum into a tmpfile.
Once you've got that working, you can worry about the various mail
scripts and mail setup details. There's even a FAQ on debugging hook
scripts:

     http://subversion.tigris.org/faq.html#hook-debugging

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 30 00:47:08 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.