From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109774 invoked by alias); 18 Mar 2015 23:22:45 -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 109764 invoked by uid 89); 18 Mar 2015 23:22:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,KAM_FROM_URIBL_PCCC,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp3nec.opaltelecom.net Received: from out.ipsmtp3nec.opaltelecom.net (HELO out.ipsmtp3nec.opaltelecom.net) (62.24.202.75) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 18 Mar 2015 23:22:43 +0000 X-SMTPAUTH: drstacey@tiscali.co.uk X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BcAgA2CApV/zVX0lUNT4NYyhyCTQMCAoIhAQEBAQEBhQ0BAQQ4QBELGAkWDwkDAgECAUUTCAEBuSacTgEBAQcBAQEBAR2LF4R4FoQXAQSOO40TgTOOEINIhBCDMgEBAQ X-IPAS-Result: A2BcAgA2CApV/zVX0lUNT4NYyhyCTQMCAoIhAQEBAQEBhQ0BAQQ4QBELGAkWDwkDAgECAUUTCAEBuSacTgEBAQcBAQEBAR2LF4R4FoQXAQSOO40TgTOOEINIhBCDMgEBAQ Received: from 85-210-87-53.dynamic.dsl.as9105.com (HELO [192.168.1.2]) ([85.210.87.53]) by out.ipsmtp3nec.opaltelecom.net with ESMTP; 18 Mar 2015 23:22:38 +0000 Message-ID: <550A08BA.8090602@tiscali.co.uk> Date: Wed, 18 Mar 2015 23:46:00 -0000 From: David Stacey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Cygwin svn vs. TortoiseSVN? References: <5509C7DB.4040708@tiscali.co.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00316.txt.bz2 On 18/03/15 20:57, Denis Excoffier wrote: > On 2015-03-18 19:45, David Stacey wrote: >> I have a PC with both Cygwin and TortoiseSVN. When I try to commit through Cygwin svn, I get the following (slightly redacted): >> >> Committed revision nnnnn. >> svn: E200000: Commit succeeded, but other errors follow: >> svn: E155009: Error bumping revisions post-commit (details follow): >> svn: E155009: Failed to run the WC DB work queue associated with '/cygdrive/D/xxx/yyy', work item 528 (file-commit aaa/bbb.c) >> svn: E000013: Can't open file '/cygdrive/D/xxx/yyy/.svn/tmp/svn-sckggY': Permission denied > Just in case: mount the appropriate part of your D disk with the 'noacl' option, ie add something like > D:/Wherever/Is/Your/SVNRepository /svnR ntfs cygexec,noacl > at the end of your /etc/fstab, > and use > file:///svnR > for your repo. Thank you for your reply. It's a good thought about ACLs - my immediate thought was that this must be a locking problem, so I never considered ACLs. My repository is on a server, accessed over https. The errors are coming from the svn client updating the working copy. This working copy is on the 'D' drive, so I'll try mounting '/cygdrive/d' as 'noacl' and see if that helps. 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