On Mon, May 26, 2008 at 11:43:37AM +0200, Branko Čibej wrote:
> Arfrever Frehtes Taifersar Arahesis wrote:
> >2008-05-26 08:55 Jens Seidel <jensseidel_at_users.sf.net> napisał(a):
> >>I noticed that many Python scripts (and probably others as well) are
> >>missing the svn:executable property. One example is
> >>tools/po/l10n-report.py
> >>but there are many more ...
> >>
> >>Does this mean all people are working in Win* instead of Unix?
> >>
> >>$ tools/po/l10n-report.py
> >>bash: tools/po/l10n-report.py: Permission denied
> >>
> >>$ svn propset svn:executable 1 tools/po/l10n-report.py
> >>property 'svn:executable' set on 'tools/po/l10n-report.py'
> >>
> >
> >But please use '*' as the value of svn:executable...
>
> He did.
I used "1" but any non empty value should be changed to "*" is I
remember correctly.
Nevertheless it would be nice if someone else would commit it. I got my
commit access only short time ago and I'm still not very familiar with
hacking.html (good log writing), whether this should be merged into 1.5.x
(using a svn snapshot so that merge tracking works?), ...
I will nevertheless check the results :-)
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-26 11:59:33 CEST