Re: failure when trying to set svn:executable property
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-27 03:12:52 CET
On Feb 27, 2006, at 02:40, Adam Mercer wrote:
>> svn propset svn:executable ON framelist.pl
Looking back at the list of files you showed...
> [ram@zippy waveburst]$ ls -l
I'm betting you did something like this:
$ svn propset svn:executable *.pl *.py
What you have to know is that your shell expands those asterisks
$ svn propset svn:executable framelist.pl generateDAG.pl
In other words, Subversion sets the svn:executable property of the
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.