RE: svn commit: r39197 - trunk/subversion/libsvn_ra_svn
From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Wed, 9 Sep 2009 11:27:51 +0200
> -----Original Message-----
There are two changes here:
* The assumption that a client can translate an error code in a message is flawed.
>
This will only work for the specific set of messages compiled in the specific version of the client. (This subset might have the localization issues you are talking about).
But:
These two groups, containing at least several thousand error messages would show up as something like 'unrecognized error code 123456', with no clue on where to translate that in something resolvable, unless the two operating systems and client versions are compatible.
I think we should focus on finding another way of helping the localization on the client; but we can't just drop the textual error from the originator. (At least not for the non-subversion caused errors).
Bert
------------------------------------------------------
|
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.