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

Re: svn_fs_commit_txn

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-11 19:45:24 CET

Ben Collins-Sussman <sussman@newton.ch.collab.net> writes:
> To Do: svn_fs_commit_txn() probably needs to take a "log message"
> argument.
>
> If the system crashes after the commit succeeds, but before we call
> svn_fs_revision_prop (log_msg), then we'd end up with a new revision
> sans log message. We need to make the "setting the log message" part
> of the *same* db txn that executes within svn_fs_commit_txn --
> probably by passing it right in.

It would be more graceful, I think, to add properties to transactions,
just as we have properties for revisions. When a transaction is
successfully committed, its properties would become the revision's
properties.
Received on Sat Oct 21 14:36:25 2006

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.