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

Re: Configuring Mailer.py on Windows

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-05-08 22:19:09 CEST

Daniell, Casey B wrote:
> I am trying to do the following,
>
> [rws2.0]
> for_repos = E/rws2\.0
> from_addr = casey_daniell@foo.com
> to_addr = casey_daniell@foo.com, casey.daniell@bar.com
>
> Additionally, the repository resides in E:\rws2.0, I have tried
> E\:\\rws2.0, E\:\\rws2\.0 and just plan old E:\rws2.0.
>
> What am I missing here? Any help would be appreciated, since I have
> about 5 different repositories on this machine to sort through.

As I understand your problem description, you can't get the for_repos
line to match. I use syntax like:

   for_repos = .*\\reponame$

This works for me because all my repos are served from one directory.
The advantage is the conf file will work even if I move the repos to a
different drive/directory.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 8 22:19:06 2006

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.