On 2012-12-05 20:24, Burton Samograd wrote:> bartels <bart...@mailme.ath.cx> writes:
>>> Is there way to specify to svn on the command line or though a config
>>> file that these types of files should automatically have executable
>>> permissions?
>> svn propset svn:executable "*"<your file>
> Any idea why this has to be done with the command line version of svn
> and not with Tortise?

TortoiseSVN lets Windows manage the ACLs for the files checked out. Under most circumstances, this means that *all* files have executable permissions. Cygwin's svn only sets executable permissions if the svn-property is set.

This is not a bug in either cygwin, svn, or tortoiseSvn. They just work differently.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to