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

Re: RFC: Log Message Templates via new hook.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-05-19 18:01:53 CEST

On Thu, 2005-05-19 at 11:45 +0200, Erik Huelsmann wrote:
> Also, we seem to (mostly) forget that a network turnaround may not
> always be a http or svn connection: setting up svn+ssh connections -
> if not reused - may be a major annoyance to users when they don't have
> ssh-agent set up.

In the simple case of "svn commit" with no provided log message, I
assume Karl envisioned using the same RA session to fetch the template
and to perform the commit.

In the case of "svn commit --template-only" followed by "svn commit -F
file", there would obviously be two RA sessions.

> If these are the underlying assumptions, then why won't the
> per-directory static template work?

I commit twenty files in ten widely separated directories. Which
directory's template gets used?

This is one of the questions Karl initially started out trying to
answer, and he found that the answer wasn't obvious, which led him to
the idea of punting to a server hook. Yet you and four other of this
morning's contributors to the conversation seem to have simply glossed
over the question, instead considering issues like how the user might
easily set the same template for many directories. Perhaps you all have
some simple, adequate idea in mind ("the template for the anchor of the
commit", perhaps), but I really can't tell.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 19 18:03:18 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.