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:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=S3RuZ7TzGLhr5JSR/RkCV4Tpfoxc Cr03nKlYpOr/ieRDGanH+Tc1kU6z4M8OnxxYXu21xocz0wJzYBK1q9sMPmmKPhwh z0+8AEsdjOTOpPk4bIh7lpkt0Now9pVE2xtETpzPDybSnmRaH7A5RMiLSv79FrHi CHkTzwCszGu/SHs= 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:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=default; bh=Nubx1lCUxqKNxXv7YrU0qwWLyZw=; b=ZN bykx+S0ZqNYbec7dF4zJq8BBJWvHDql/+UctgxezZ7WlNa6ZcJhPDREi/lbpxOVB QMRyr5P7TAjtFT/BrfIWfm+kHMRRwIDdk1CxldGNgLSvleugB7SV/LHcvzvr9TSP ybWp3VXhkTDnQHsg3emqz4EROf3BmYhabx8P+xR0M= 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.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: smtp5-g21.free.fr Subject: Re: Cygwin svn vs. TortoiseSVN? Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=us-ascii From: Denis Excoffier <cygwin AT Denis-Excoffier DOT org> In-Reply-To: <5509C7DB.4040708@tiscali.co.uk> Date: Wed, 18 Mar 2015 21:57:53 +0100 Cc: cygwin AT cygwin DOT com Message-Id: <B04B152D-806D-4DFD-8BC2-792E35C7C900@Denis-Excoffier.org> References: <5509C7DB DOT 4040708 AT tiscali DOT co DOT uk> To: David Stacey <drstacey AT tiscali DOT co DOT uk> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t2IKwFSA001761 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. See also for https://cygwin.com/cygwin-ug-net/using.html#mount-table, especially the word "suddenly". Hope this helps. Denis Excoffier. -- 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