delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/09/29/18:50:34

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=GoPvGmTCX3uOSN7GkVs1dZ+dqiDWZE3NHd7iBDdPrpN
mEKyZE3Srt4aDyZubf/Bp+fOoqh5+S8fo6yHJn6P94Z84hLe/HvYOrIq1bLiUHDj
v3q2exSYdq92QBIDinmM38IViHCnG41YuoL2Gi4iJPA26zCsutG20DcGMXcOOmDM
=
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=TNA5URIsGOtdQtKXgXscKMeO9T0=; b=PpddYEyBXQF+F4+QT
R6p+INUPgens9UFf/cJXUuYAO4EMkDN52NXSJ1L5F5BbwmN1M6PyQGmL3Q30a4J/
TbTG06TLlAhdOsTi9GsXMdK8efyL7SZCP0owWTVb0Glliyh/SyIr0I4Fl9E6SRkl
FZK6BsPcFtdfz0o8Y4TKhgGYRQ=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_40,FREEMAIL_FROM,TVD_RCVD_IP autolearn=ham version=3.3.2
X-HELO: mk-filter-4-a-1.mail.uk.tiscali.com
X-Trace: 1044047424/mk-filter-4.mail.uk.tiscali.com/B2C/$THROTTLED_DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/85.210.75.11/None/drstacey AT tiscali DOT co DOT uk
X-SBRS: None
X-RemoteIP: 85.210.75.11
X-IP-MAIL-FROM: drstacey AT tiscali DOT co DOT uk
X-SMTP-AUTH:
X-Originating-Country: GB/UNITED KINGDOM
X-MUA: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
X-IP-BHB: Once
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AmkCADauSFJV0ksL/2dsb2JhbAANRQiDP4N7iXSzWoE2gxkBAQEEIxVAEQsYAgIFFgsCAgkDAgECATcBDRMIAQGwc3WSBIEpjGuBRBaCVIE4A5kuhHCGKYhW
X-IPAS-Result: AmkCADauSFJV0ksL/2dsb2JhbAANRQiDP4N7iXSzWoE2gxkBAQEEIxVAEQsYAgIFFgsCAgkDAgECATcBDRMIAQGwc3WSBIEpjGuBRBaCVIE4A5kuhHCGKYhW
Message-ID: <5248AEA6.8080706@tiscali.co.uk>
Date: Sun, 29 Sep 2013 23:50:14 +0100
From: David Stacey <drstacey AT tiscali DOT co DOT uk>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: What is wrong with SVN?
References: <52488201 DOT 8030104 AT alice DOT it>
In-Reply-To: <52488201.8030104@alice.it>
X-IsSubscribed: yes

On 29/09/2013 20:39, Angelo Graziosi wrote:
> What is wrong with this command:
>
> $ svn co svn://gcc.gnu.org/svn/gcc/branches/fortran-dev fortran-dev
>
>
> On GNU/Linux (kubuntu 12.04 64 bit) it is completed successfully but 
> on Cygwin (32 bit) it fails after a while in this way:
>
> [...]
> A fortran-dev/gcc/testsuite/gnat.dg/abstract_with_anonymous_result.adb
> A    fortran-dev/gcc/testsuite/gnat.dg/renaming4.ads
> A    fortran-dev/gcc/testsuite/gnat.dg/loop_optimization14.ads
> svn: E200030: sqlite[S14]: unable to open database file
> svn: E200030: Additional errors:
> svn: E200030: sqlite[S14]: unable to open database file

Works for me. Using your command (above), I checked out revision 203020 
successfully in 32-bit Cygwin running under Windows 7 Ultimate. Here are 
some ideas:

Firstly, check to see which versions of subversion, sqlite3 and cygwin 
you're using. Check the output of the following command, and if you're 
using older packages then try updating:

     $ cygcheck -c cygwin sqlite3 subversion
     Cygwin Package Information
     Package              Version        Status
     cygwin               1.7.25-1       OK
     sqlite3              3.7.17-3       OK
     subversion           1.8.3-1        OK

Secondly, make sure you're using the cygwin version of 'svn' (i.e. check 
that some other subversion client isn't in your path):

     $ which svn
     /usr/bin/svn

Thirdly, if the database file is locked then that could point to an old 
version of sqlite3 (namely 3.7.12.1) clashing with another subversion 
client (e.g. TortoiseSVN), or some anti-virus software locking a file in 
the '.svn' directory (e.g. 'wc.db'). See if you can check out into an 
area of the drive that isn't being virus scanned.

Fourth, the branch you're trying to check out is quite large. Are you 
running out of drive space?

Finally, if all of the above fail, follow the problem reporting 
guidelines carefully:
http://cygwin.com/problems.html

Cheers,

Dave.



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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019