X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=COsPz4E3aoiMIPezQRLrj0oPWsKUQgQbPeevp8/7J3Z
	L1/Mx36D4Sz4Heff1zM5lRPe0gc0rrtza3QKrCtDjvnu/DVYLqWzpPjCREFbVrxK
	0j9bTtkcZWyNWvnyskpf8rrTumdS8VosISIHCmnK4R4Us3EwquQ7lQH0byHk8cmE
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=YMkgJJ7B/3IEiOT12rORNvO5gKk=; b=xdFu0hIeZ7vHuv8Gq
	Coq8O5YBImo+UkrEYaWx3zJSEjROShQKojfQdRpkChnGc5xsuHxWGdYAErwcSLBZ
	sAWecGaRcBWX/46wdvX4I2wKJoALEkvsxcgExDV34Dw2reTs70LPhUE4xqKvC5+P
	d/PrG/2W4fWNSVYAFhi2MaL7mw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,HELO_MISC_IP,RCVD_IN_PBL,RDNS_NONE autolearn=no version=3.3.2
X-HELO: etr-usa.com
Message-ID: <5249A7CA.5050205@etr-usa.com>
Date: Mon, 30 Sep 2013 10:33:14 -0600
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: What is wrong with SVN?
References: <52488201.8030104@alice.it>
In-Reply-To: <52488201.8030104@alice.it>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 9/29/2013 13:39, Angelo Graziosi wrote:
> What is wrong with this command:
>
> $ svn co svn://gcc.gnu.org/svn/gcc/branches/fortran-dev fortran-dev

What happens if you modify it a bit:

     $ CYGWIN_SQLITE_LOCKING=posix svn co svn://...

That forces the SQLite library that Cygwin's svn is linked to to use 
POSIX compatible locking, instead of the Windows compatible locking it 
uses by default.

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

