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

The plan for mailer.py and locking support

From: Brian W. Fitzpatrick <fitz_at_collab.net>
Date: 2005-04-08 23:37:25 CEST

I've talked it over with cmpilato today, and here's my plan for
mailer.py:

1. Revert the "Take a config file from STDIN" support (Mike wrote about
this to the list a few weeks ago--it was put in, but never really used
by anyone as far as we know.

2. Modify mailer.py to take locked/unlocked paths from STDIN, separated
by newlines (which happens to be, incidentally, how they're passed to
the post-commit lock/unlock hooks).

3. Add lock and unlock subcommands to mailer.py that will send out a
mail using the standard mailer.py config file, looking something like:

Subject: svn lock: base_path
--------------------------------------------------------------------
Author: username
Date: date

Locked:
   path/to/path1
   path/to/path2
Lock Comment:
Your lock comment here.
It may span
multiple lines.
--------------------------------------------------------------------

Does anyone have any comments, insights, or suggestions before I start
coding?

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 8 23:37:06 2005

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.