X-Recipient: archive-cygwin AT delorie DOT 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 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 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 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 Subject: Re: What is wrong with SVN? References: <52488201 DOT 8030104 AT alice DOT 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