From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82181 invoked by alias); 19 Mar 2015 08:57:54 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 82170 invoked by uid 89); 19 Mar 2015 08:57:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-la0-f49.google.com Received: from mail-la0-f49.google.com (HELO mail-la0-f49.google.com) (209.85.215.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 19 Mar 2015 08:57:53 +0000 Received: by lagg8 with SMTP id g8so56569429lag.1 for ; Thu, 19 Mar 2015 01:57:49 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.115.169 with SMTP id jp9mr68204000lab.121.1426755469241; Thu, 19 Mar 2015 01:57:49 -0700 (PDT) Received: by 10.114.77.42 with HTTP; Thu, 19 Mar 2015 01:57:49 -0700 (PDT) In-Reply-To: References: <5509C7DB.4040708@tiscali.co.uk> Date: Thu, 19 Mar 2015 10:05:00 -0000 Message-ID: Subject: Re: Cygwin svn vs. TortoiseSVN? From: Jan Nijtmans To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00327.txt.bz2 2015-03-19 5:01 GMT+01:00 Eric Pement : > The TortoiseSVN FAQ file, answering the question of whether one can > use different SVN clients on the same working copy, says this is not > recommended. > The FAQ mentions Cygwin in particular: I am aware of this FAQ entry, but with latest SQLite versions this is not a problem any more, as cygwin SQLite uses the same locking semantics as the sqlite client in TortoiseSVN does. I am using TortoiseSVN in combination with the cygwin svn client without any problem (but I understand the suspicion due to past experience). Another reason why I don't think the locking is the problem: > svn: E000013: Can't open file '/cygdrive/D/xxx/yyy/.svn/tmp/svn-sckggY': Permission denied The SQLite database file can be found in /cygdrive/D/xxx/yyy/.svn/wc.db', so any file opened by SQLite can only be this file (or related .wal/.journal file), or some temporary file named something like '/tmp/etilqs*'. The file, 'svn-sckggY' doesn't look like that, so it's opened by subversion, not by SQLite. That's why the recent ACL-related changed in cygwin are more likely causing the problem here. Anyway, thanks for your report! Regards, Jan Nijtmans -- 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