X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_SV X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Burton Samograd Subject: Re: SVN and executable permissions Date: Thu, 06 Dec 2012 08:53:09 -0700 Lines: 48 Message-ID: References: <50BFBD80 DOT 9040305 AT mailme DOT ath DOT cx> <87k3swx9ai DOT fsf AT samograd DOT ca> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.2.90 (cygwin) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Csaba Raduly writes: > Hi Burton, > > On Thu, Dec 6, 2012 at 2:24 AM, Burton Samograd wrote: >> 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 "*" >> >> 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). Yes, I did ask about svn on the command line, which is where I am having the problem. I also asked about Tortise SVN beacuse Tortise does not have the problem of not setting the executable bits with an identical configuration when updating from the same repositories; ie. it doesn't require any special configuration to set executable bits on the mentioned file types. And i know that Tortise is not a Cygwin program and I don't like using it, but it doesn't have this problem, so I asked why. > Try this: > http://www.latenightpc.com/pictures/view/screenshots/tortoise-svn-executable-property.png.html Connection time out. Also, I have a stock Tortise with no special configuration. > 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. Thanks for the tip. -- Buirton Samograd -- 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