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

Re: [PATCH][merge-tracking]Fix comment in subversion/libsvn_fs_util/merge-info-sqlite-index.c

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-12-14 16:18:11 CET

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

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.