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=IkTlDVeBtw7OcqXJ4RHGWmo7diHGfL7Twu7hh2s9cc0 oPUUWg0nierPfRcd+E1/CXFtJqSygF1StoIHUZ3H8ImqvnlG79MF/3UeMFkhoiLX 8wajeGKnFbQuO+zjlXWR4evKha5dMeLjIXfd1uXdc6IqpoO2aoSd6l6/x5ZT4KY8 = 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=DMw43un1+6uIjeSKPZ2+YCijrwo=; b=j7jXfdnIK4u+xUgIA KgbmXKmaGcdoH20ZqDtkbyrdkObDAGMysnOgbPkEaNR5zX7G1lOWwIOGOCCjdajG a+GliaUMflpdIWWGF9gHEKmiX7kzxEPjyE1ZSnRiavzhVJ53jI18XvvrzJU62In8 dV0QPSqAImoRL6spQh8TkrFTRk= 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=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 X-SMTPAUTH: drstacey AT tiscali DOT co DOT uk X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BcAgA2CApV/zVX0lUNT4NYyhyCTQMCAoIhAQEBAQEBhQ0BAQQ4QBELGAkWDwkDAgECAUUTCAEBuSacTgEBAQcBAQEBAR2LF4R4FoQXAQSOO40TgTOOEINIhBCDMgEBAQ X-IPAS-Result: A2BcAgA2CApV/zVX0lUNT4NYyhyCTQMCAoIhAQEBAQEBhQ0BAQQ4QBELGAkWDwkDAgECAUUTCAEBuSacTgEBAQcBAQEBAR2LF4R4FoQXAQSOO40TgTOOEINIhBCDMgEBAQ Message-ID: <550A08BA.8090602@tiscali.co.uk> Date: Wed, 18 Mar 2015 23:22:34 +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 AT cygwin DOT com Subject: Re: Cygwin svn vs. TortoiseSVN? References: <5509C7DB DOT 4040708 AT tiscali DOT co DOT uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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