You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Bert Huijben <B....@competence.biz> on 2007/09/21 14:58:30 UTC

[Patch] Update error code collision on SVN_ERR_FS_SQLITE_

The following patch resolves the issue that SVN_ERR_FS_SQLITE_ERROR and
SVN_ERR_FS_UNSUPPORTED_FORMAT share the same code.

[[[
* subversion/include/svn_error_codes.h
  Removed the error code collision of SVN_ERR_FS_SQLITE_ERROR 

Patch by: Bert Huijben <b....@competence.biz>
]]]

(The collision was introduced in revision 2407 (merging the merge branch
to trunk)).

	Bert Huijben

Re: [Patch] Update error code collision on SVN_ERR_FS_SQLITE_

Posted by Karl Fogel <kf...@red-bean.com>.
"Bert Huijben" <B....@competence.biz> writes:
> The following patch resolves the issue that SVN_ERR_FS_SQLITE_ERROR and
> SVN_ERR_FS_UNSUPPORTED_FORMAT share the same code.

Applied in r26749.

Thank you for taking the time to write & format the log message so
nicely.  The patch itself was fine, too, except it would be best to
generate it from the top of the tree, and the patch file had
CRLF-style line endings for some reason.  This was all easily
corrected, just letting you know for next time.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org