Re: strange E/W200033 (b)locking error/warning when trying to modify a svn 1.8 working copy over SMB share
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 03 Apr 2014 18:46:50 +0100
Tobias Bading <tbading_at_web.de> writes:
> fcntl(3, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741824, len=1}) = 0
There should be a second fcntl with F_UNLCK, start=0, len=0 which
fcntl(3, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741824, len=1}) = 0
> access("/smb/<path-to-share>/<wc-root>/.svn/wc.db-journal", F_OK) = -1
The missing F_UNLCK means the file is still locked and so this fails. I
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-04-03 19:47:29 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.