[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: Daniel Rall <dlr_at_collab.net>
Date: 2006-12-14 23:25:11 CET

Looks good, Kamesh. Please commit it to the merge-tracking branch
yourself with tweaks suggested for the log message.

- Dan

On Thu, 14 Dec 2006, Kamesh Jayachandran wrote:
...
> [[[
>
> Comment correction.

On the merge-tracking branch: Correct in-line comment.

> * subversion/libsvn_fs_util/merge-info-sqlite-index.c
> (svn_fs_merge_info__update_index):
> We cleanup the records leftover from earlier failed commits.

    (svn_fs_merge_info__update_index): Adjust comment, removing
     reference to FSFS, and accounting for the fact that we cleanup
     the records leftover from earlier failed commits.

> Patch by: kameshj

(You can leave this off when making the commit yourself.)

> ]]]

> 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;",

  • application/pgp-signature attachment: stored
Received on Thu Dec 14 23:26:45 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.