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