Karl Fogel <kfogel@newton.ch.collab.net> writes:
> Daniel Rall <dlr@finemaltcoding.com> writes:
> > Transmitting file data .......subversion/libsvn_client/commit.c:647: (apr_err=165001)
> > svn: A repository hook failed.
> > svn: Commit failed (details follow):
> > subversion/libsvn_ra_dav/util.c:400: (apr_err=165001)
> > svn: MERGE request failed on /repos/svn/trunk/subversion/bindings/swig
> > subversion/libsvn_ra_dav/util.c:152: (apr_err=165001)
> > svn:
> > pre-commit hook failed with error output:
> > subversion/libsvn_subr/utf.c:168: (apr_err=22)
> > svn: Invalid argument
> > svn: failure during string recoding
>
> An update on this: the problem turned out to be the ø in Jesper Steen
> Møller's name (the "o" with a "/" through it). Daniel removed the
> slash (so to speak) and was then able to commit the change.
>
> This is probably a regression, of course. Mike Pilato's debugging it
> now.
Sure enough, svnlook is croaking here. When the pre-commit hook is
checking that the log message is non-empty, it dies during the
translation of the log message from UTF-8 to, in my case, ISO8859-1.
The failure occurs down inside of APR, in or below apr_xlate_conv_buffer().
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 7 23:42:02 2003