X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-4.8 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_SV
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <87k3swx9ai.fsf@samograd.ca>
References: <kghd2yob5qy.fsf@CDW764-BURTONS.QFTI.COM>	<50BFBD80.9040305@mailme.ath.cx>	<87k3swx9ai.fsf@samograd.ca>
Date: Thu, 6 Dec 2012 10:03:14 +0100
Message-ID: <CAEhDDbDRdGwpQctEijLd6B9jF6Uqh9zO9_8emV7RniW-MAa9rA@mail.gmail.com>
Subject: Re: SVN and executable permissions
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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

