Sorry for the void patch.
Now actually attaching.
With regards
Kamesh Jayachandran
Kamesh Jayachandran wrote:
> Hi All,
> Find the attached patch and log.
>
> With regards
> Kamesh Jayachandran
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
[[[
Comment correction.
* subversion/libsvn_fs_util/merge-info-sqlite-index.c
(svn_fs_merge_info__update_index):
We cleanup the records leftover from earlier failed commits.
Patch by: kameshj
]]]
Index: subversion/libsvn_fs_util/merge-info-sqlite-index.c
===================================================================
--- subversion/libsvn_fs_util/merge-info-sqlite-index.c (revision 22704)
+++ subversion/libsvn_fs_util/merge-info-sqlite-index.c (working copy)
@@ -237,7 +237,7 @@
#endif
SVN_ERR(util_sqlite_exec(db, "begin transaction;", NULL, NULL));
- /* Cleanup the leftovers of any previous, failed FSFS transactions
+ /* Cleanup the leftovers of any previous, failed transactions
* involving NEW_REV. */
deletestring = apr_psprintf(pool,
"delete from mergeinfo_changed where revision = %ld;",
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 14 16:18:47 2006