Re: SVN and executable permissions

2012-12-07 Thread Rolf Campbell
On 2012-12-05 20:24, Burton Samograd wrote:> bartels 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 "*" > Any idea why this has to be done wit

Re: SVN and executable permissions

2012-12-06 Thread Burton Samograd
Csaba Raduly writes: > Hi Burton, > > On Thu, Dec 6, 2012 at 2:24 AM, Burton Samograd wrote: >> bartelswrites: > > 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 automaticall

Re: SVN and executable permissions

2012-12-05 Thread Burton Samograd
bartels 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 "*" Any idea why this has to be done with the command line version of svn and not with To

Re: SVN and executable permissions

2012-12-05 Thread Andrey Repin
Greetings, bartels! >> 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 "*" Either that, or let Windows manage ACL's. -- WBR, Andrey Repin (anrdae...@freemai

Re: SVN and executable permissions

2012-12-05 Thread bartels
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 "*" Bartels. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/f

SVN and executable permissions

2012-12-05 Thread Burton Samograd
Hello, I regularly perform checkouts at work using the command line version of subversion packaged with cygwin. Our projects use externals to manage project dependencies which often include binary files such as DLLs and EXEs as well as .cmd and .bat scripts. When I do a checkout or update Window