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

Re: svn commit: r22885 - branches/merge-tracking/subversion/libsvn_fs_util

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-01-04 17:51:40 CET

On Thu, 04 Jan 2007, Kamesh Jayachandran wrote:

> Dan,
>
> Looks great!.
>
> >+/* Return SVN_ERR_FS_GENERAL if the schema doesn't exist,
> >+ SVN_ERR_FS_UNSUPPORTED_FORMAT if the schema format is invalid, or
> >+ SVN_ERR_FS_SQLITE_ERROR if an sqlite error occurs during
> >+ validation. Return SVN_NO_ERROR is everything is okay. */
> >
>
> - validation. Return SVN_NO_ERROR is everything is okay. */
> + validation. Return SVN_NO_ERROR if everything is okay. */
>
>
> >+ else if (schema_format > MERGE_INFO_INDEX_SCHEMA_FORMAT)
> >+ {
> >+ err = svn_error_createf(SVN_ERR_FS_UNSUPPORTED_FORMAT, NULL,
> >+ _("Merge Tracking schema format %d "
> >
>
> Is it properly aligned?

Thanks Kamesh, fixed in r22901.

  • application/pgp-signature attachment: stored
Received on Thu Jan 4 17:51:46 2007

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.