X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave.korn@artimi.com>
To: <cygwin@cygwin.com>
References: <0F055DC015B03348AFBE018C85F01EB84EACA7B045@MILLS.medewerker.fontys.local>
Subject: RE: Problem using Cygwin with SubVersion
Date: Wed, 8 Oct 2008 09:18:28 +0100
Message-ID: <029801c9291e$71b86f40$9601a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <0F055DC015B03348AFBE018C85F01EB84EACA7B045@MILLS.medewerker.fontys.local>
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

Verkooijen,Joost J.W. wrote on 08 October 2008 08:52:

> Hello,
> 
> I installed Cygwin on my PC and it works fine. After the installation I
> committed the files to my SVN repository. I downloaded the files at
> another PC and tried to run the following command 'gcc -o test.o test.c'.
> It returns the error:   
> 
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe:
> /usr/li 
> b/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe: cannot
>  execute binary file
> 
> When I use the same command at my PC where I originally installed Cygwin
> there are no errors returned. 
> 
> Both PCs run Windows XP SP3. Please can you help me? I don't know what
> the problem is. 


  Probably your .exes lost the -x permission bit.  You need to make sure they
get the svn:executable property when you commit them for preference, but you
can also go back and add it later.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

