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

Re: log message and commit_editor

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-10-12 18:45:19 CEST

On Tue, 2004-10-12 at 10:12, Dirk Hoffmann wrote:
> The problem with this is that I have to know all changes before creating
> the commit editor.

I believe you are correct. I believe this is quite intentional; since
the user may take a while to write the log message, we don't want to
start talking to the server until that's done.

> From how I understood that code a better approach would be to let the
> commit callback construct the message.

The commit callback doesn't run until the new revision is finalized (and
its revision number is determined), which can't happen without the log
message.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 12 18:45:52 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.