This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SVN and executable permissions


Hi Burton,

On Thu, Dec 6, 2012 at 2:24 AM, Burton Samograd  wrote:
> bartels  <bartels@......>  writes:

http://cygwin.com/acronyms/#PCYMTNQREAIYR

>
>>> 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 Tortoise?

You asked about  "svn on the command line", nobody mentioned Tortoise
(which isn't a Cygwin program anyway).

Try this: http://www.latenightpc.com/pictures/view/screenshots/tortoise-svn-executable-property.png.html

You can also try to put the following in ~/.subversion/config (note: not tested)

[auto-props]
*.exe = svn:executable=*

After this, all newly added exe files should automagically have the
svn:executable property.

-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]