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

Re: Providing a commit message

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-23 16:50:01 CEST

On May 22, 2005, at 11:17 PM, kfogel@collab.net wrote:

>
> When you implement the svn_commit_callback_t callback to
> get_commit_editor(), have the callback go through the RA layer to
> propset the svn:log revision property on the newly-created revision.
> Obviously a lot of unorthodox state would need to be stored in the
> callback's baton for this to work.

Hold on, didn't we *just* add a new API for clkao, so that one could
set transaction properties during a commit?

Hm, apparently it's only on the server-side, in libsvn_repos. The
new svn_repos_get_commit_editor2() allows one to pass in a pre-
created txn object.

So what we're really missing here is the ability to do real txn
manipulation over our network layer.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 23 16:52:25 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.