You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by masaru tsuchiyama <m....@gmail.com> on 2007/10/05 23:27:52 UTC

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

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

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

Posted by masaru tsuchiyama <m....@gmail.com>.
> Is this part of http://subversion.tigris.org/issues/show_bug.cgi?id=2332 ?
Yes.

> (I don't have time to evaluate the feature right now, I just wanted
> you to be aware that there is an issue filed.)
Sorry. I missed it.

Regards.
Masaru.

2007/10/6, Karl Fogel <kf...@red-bean.com>:
> "masaru tsuchiyama" <m....@gmail.com> writes:
> > 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.
>
> Is this part of http://subversion.tigris.org/issues/show_bug.cgi?id=2332 ?
>
> (I don't have time to evaluate the feature right now, I just wanted
> you to be aware that there is an issue filed.)
>
> Best,
> -Karl
>

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

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

Posted by Karl Fogel <kf...@red-bean.com>.
"masaru tsuchiyama" <m....@gmail.com> writes:
> 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.

Is this part of http://subversion.tigris.org/issues/show_bug.cgi?id=2332 ?

(I don't have time to evaluate the feature right now, I just wanted
you to be aware that there is an issue filed.)

Best,
-Karl

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