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

svn_fs_commit_txn

From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-03-06 21:57:19 CET

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.
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.