[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: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-01-04 11:44:59 CET

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?

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 4 11:44:47 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.