Comment 2 for bug 114528

Revision history for this message
Richard Lawrence (wyley-r) wrote : Re: New working tree format broken on AFP network mounts (locking error)

I have the same error using bzr 1.2.0 on OS X 10.4. Not sure if it has the same underlying cause or not. I am trying to branch from a Samba share that I have mounted at ~/share/bzrroot:

bzr: ERROR: Could not acquire lock "[Errno 45] Operation not supported"
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/lock.py:79: UserWarning: lock on <open file u'/Users/richard/share/bzrroot/DjangoDev/trunk/pubassist/.bzr/checkout/dirstate', mode 'rb' at 0x16b66e0> not released
  warn("lock on %r not released" % self.f)
Exception exceptions.IOError: (45, 'Operation not supported') in <bound method _fcntl_ReadLock.__del__ of <bzrlib.lock._fcntl_ReadLock object at 0x16b0a70>> ignored