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

[Feature request] Client side option to disable svn:keyword expansion to localized message

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-10-06 01:27:52 CEST

Hello

I suggest to add a client side option to disable svn:keyword expansion
to localized message. If the option is enabled, the keywords are
always expanded to English.

I often see that files which have svn:keywords property make a problem.

If a file has svn:keywords property, the keywords are expanded
to localized message based on the locale settings.

But the localized message cause a problem.

For example if a python script has svn:keywords property, the keywords are
expanded to localized messages. The script prints an error message that
'Non-ASCII character 'xxx' in file xxxx.py on line xx : but no
encoding declared'
when it runs.

If the repository is under my control, I can remove svn:keywords property
or declare the encoding. But if it is not under my control, I can't do.

Regards.
Masaru.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 6 01:28:02 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.