You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Daniell, Casey B" <Ca...@reyrey.com> on 2006/05/08 19:40:14 UTC

Configuring Mailer.py on Windows

Bleh, 
 
I am trying to get mailer.py to behave the way I want it to on Windows
(this would be sooo much easier if I could use a Linux box, but alas). I
currently have it mailing using the defaults, however, when I try to
specify overrides in the maps section, mailer.py never seems to use
them.
 
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.

Thanks,
Casey

 
Casey Daniell
Configuration and Release Manager
Reynolds Web Solutions
www.reynoldswebsolutions.com <http://www.reynoldswebsolutions.com/> 



Confidentiality Statement:
This message is confidential and may contain confidential information it
is intended only for the individual[s] named herein. If this message is
being sent from a member of the legal department, it may also be legally
privileged.   If you are not the named addressee[s] you must delete this
email immediately do not disseminate, distribute or copy.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Configuring Mailer.py on Windows

Posted by Nathan Kidd <na...@spicycrypto.ca>.
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