You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/12/14 15:16:16 UTC

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

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

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

Posted by Daniel Rall <dl...@collab.net>.
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;",

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

Posted by Kamesh Jayachandran <ka...@collab.net>.
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
>