X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.3 required=5.0	tests=AWL,BAYES_00,TW_SV,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Apple Message framework v1081)
Subject: Re: Cygwin's svn appends unwanted .exe to file name on checkout
From: Carl Norum <carl.norum@apple.com>
In-Reply-To: <5D124CC3-80CD-4774-BA5E-463750CC7EC1@apple.com>
Date: Mon, 25 Oct 2010 14:23:07 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <2A0F17DD-963A-4C88-B352-2F33AA0FB51A@apple.com>
References: <5D124CC3-80CD-4774-BA5E-463750CC7EC1@apple.com>
To: cygwin@cygwin.com
X-IsSubscribed: yes
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


On Oct 25, 2010, at 12:20 PM, Carl Norum wrote:
> I am having the problem described in this past mailing list discussion:
>=20
>  http://cygwin.com/ml/cygwin/2010-02/msg00704.html
>=20
> Is there any fix or workaround for it that I should know about?  It's wre=
aking havoc on my automated build machine.  The workaround mentioned (chang=
ing the default ACLs) does seem to work, but it will take some time before =
I can get changes to support that workaround onto the production build serv=
er here.

I had to modify the workaround a bit for the production machines:

  setfacl -m d:g:Users:--- .
  setfacl -m d:u:Administrators:--- .

And then checking out into '.' appears to work.  Is there a way I can file =
a bug or track this issue to know when it is fixed?

-- Carl


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

