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

Untranslatable error messages comming from apr

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: Fri, 30 May 2008 11:07:20 +0200

Hi,

$ svn status -b

prints the following error:

svn: invalid option character: b
Geben Sie »svn help« für weitere Hilfe ein.

As you see there is an untranslated error message. It comes from
apr (http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x):

apr/misc/unix/getopt.c|285| return cerr(os, "invalid option character",
*p, APR_BADCH);

I don't know anything about apr and since it affects Subversion I wonder
how this can be fixed. It seems that apr doesn't allow any translation.

Should Subversion hide these messages, create a own apr error handler or
what do you suggest?

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-30 11:09:47 CEST

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.