Author: stefan2
Date: Wed Jun 17 15:18:33 2015
New Revision: 1686052
URL: http://svn.apache.org/r1686052
Log:
On the fsx-1.10 branch:
* subversion/libsvn_fs_x/transaction.c
(commit_body): Remove FSFS-specific comment. No functional change.
Modified:
subversion/branches/fsx-1.10/subversion/libsvn_fs_x/transaction.c
Modified: subversion/branches/fsx-1.10/subversion/libsvn_fs_x/transaction.c
URL:
http://svn.apache.org/viewvc/subversion/branches/fsx-1.10/subversion/libsvn_fs_x/transaction.c?rev=1686052&r1=1686051&r2=1686052&view=diff
==============================================================================
--- subversion/branches/fsx-1.10/subversion/libsvn_fs_x/transaction.c (original)
+++ subversion/branches/fsx-1.10/subversion/libsvn_fs_x/transaction.c Wed Jun
17 15:18:33 2015
@@ -3429,12 +3429,6 @@ commit_body(void *baton,
Although we don't recommend upgrading hot repositories, people may
still do it and we must make sure to either handle them gracefully
or to error out.
-
- Committing pre-format 3 txns will fail after upgrade to format 3+
- because the proto-rev cannot be found; no further action needed.
- Upgrades from pre-f7 to f7+ means a potential change in addressing
- mode for the final rev. We must be sure to detect that cause because
- the failure would only manifest once the new revision got committed.
*/
SVN_ERR(svn_fs_x__read_format_file(cb->fs, subpool));