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

Re: RFE: repos-dir in mailer.py subject line

From: Kenneth Porter <shiva_at_sewingwitch.com>
Date: 2005-04-14 09:30:29 CEST

--On Thursday, April 14, 2005 12:21 AM -0700 Kenneth Porter
<shiva@sewingwitch.com> wrote:

> Ah, ok, I see what I need. There's a "for_repos" section in the config
> file. I gotta figure out the syntax but it looks like the desired
> machinery is there.

If I understand things correctly, this should do the trick:

[repoprefix]
# prefix repo name to subject line
for_repos = /srv/svn/(?P<reponame>[^/]*)
# The prefix for the Subject: header for commits
commit_subject_prefix = [svn:commit] %(reponame)s
# The prefix for the Subject: header for propchanges
propchange_subject_prefix = [svn:propchange] %(reponame)s

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 14 09:34:57 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.