[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 vs Server->Client Configuration.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-05-17 01:07:17 CEST

On Mon, 2005-05-16 at 17:17 -0500, kfogel@collab.net wrote:
> On the server side, this causes hooks/log-message-template to be
> invoked. If the hook doesn't exist, then the response that
> comes back to the client just says "no template", and the client
> behaves as it does today.

I like this idea because the hook script can do interesting things with
the list of modified files. For instance, the Subversion project could
have a log template which looks like:

  * subversion/libsvn_foo/bar.c ():
  * subversion/libsvn_foo/baz.c ():

Any log template mechanism where the server transmits static data to the
client is inherently limited in this respect, because can't have the
server telling the client to execute code (barring the addition of a
sandboxed virtual interpreter to the client).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 17 01:08:20 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.