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

Re: One Repository or Multiple?

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-10-01 05:31:30 CEST

On Mon, Sep 30, 2002 at 09:11:32AM -0700, Blair Zajac wrote:
> Greg Stein wrote:
>...
> > Passing all that stuff on the command line doesn't scale very well, so I'm
> > hoping to improve the situation with my mailer.py script (and remove some of
> > the inefficiencies of commit-email.pl).
>
> How is mailer.py going to perform the same partitioning of a repos into
> multiple mailing lists?
>
> As long as mailer.py can do what commit-email.pl does, I'll be happy.

Yes, that is the idea. It definitely has to match commit-email's
functionality.

mailer.py has an accompanying .conf file which can shift stuff from the
command line into a .conf file:

[svn]
pattern = ^/trunk/
mail_to = svn@subversion.tigris.org
host_from = tigris.org
reply_to = dev@subversion.tigris.org

[gsvn]
pattern = ^/clients/gsvn/
mail_to = ...

However, for a site such as tigris.org, we can improve things:

[projects]
pattern = ^/([^/]+)/
mail_to = svn@\1.tigris.org
host_from = tigris.org

On my own SVN repository, the http users don't have a single host for their
"from" email addresses, so I plan to add a section like this:

[authors]
gstein = gstein@lyra.org
hunkim = hunkims@hotmail.com

etc etc.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 1 05:30:44 2002

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

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