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

Re: Log message templates

From: Mark Benedetto King <mbk_at_lowlatency.com>
Date: 2004-07-28 01:15:13 CEST

On Tue, Jul 27, 2004 at 03:37:43PM -0400, Greg Hudson wrote:
>
> On the other hand, I've long felt that it would be a good idea to be
> able to set arbitrary rev-props in a commit. If we had a good syntax
> for that, it would be almost as convenient as your proposed -id flag.
> (Incidentally, we would never have an option like -id. Our option
> parser would treat that as equivalent to -i -d. Multi-character option
> names are preceded by two dashes.)
>

How about an option to the commit subcommand:

--propset name:value

An arbitrary number of these could be included. Obviously, the
server side would continue to manage things like svn:author.

Another potential option:

--propedit name

This could be used in addition to (or in place of) --propset
options, and would fire up an additional $SVN_EDITOR session
after the commit-message editor (if any).

Of course, this only addresses the UI.

Would adding a "change_rev_prop" method to the svn_delta_editor_t
interface be the right way of exposing the implementation, or
is it cleaner to grow a new RA function with more parameters?

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 28 01:16:09 2004

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.