From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15819 invoked by alias); 18 Mar 2015 20:58:03 -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 15806 invoked by uid 89); 18 Mar 2015 20:58:02 -0000 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 Received: from smtp5-g21.free.fr (HELO smtp5-g21.free.fr) (212.27.42.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 18 Mar 2015 20:57:57 +0000 Received: from [192.168.0.11] (unknown [78.224.52.79]) by smtp5-g21.free.fr (Postfix) with ESMTP id 8E2AFD4808A; Wed, 18 Mar 2015 21:56:39 +0100 (CET) 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 In-Reply-To: <5509C7DB.4040708@tiscali.co.uk> Date: Wed, 18 Mar 2015 22:49:00 -0000 Cc: cygwin@cygwin.com Content-Transfer-Encoding: quoted-printable Message-Id: References: <5509C7DB.4040708@tiscali.co.uk> To: David Stacey X-SW-Source: 2015-03/txt/msg00314.txt.bz2 On 2015-03-18 19:45, David Stacey wrote: >=20 > I have a PC with both Cygwin and TortoiseSVN. When I try to commit throug= h Cygwin svn, I get the following (slightly redacted): >=20 > 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 '/cygdri= ve/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' op= tion, 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, espec= ially 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