Comment 2 for bug 31006

Revision history for this message
Arjen Lentz (arjen-lentz) wrote : Re: bzr add, bzr status, and bzr commit fail over a samba share on Mac OS X

I think this has been "re-broken"
In bzr 1.7, any command fails were the repo is on an SMB share:

$ bzr status
bzr: ERROR: Could not acquire lock "[Errno 45] Operation not supported"
/Library/Python/2.5/site-packages/bzrlib/lock.py:79: UserWarning: lock on <open file u'/Volumes/shared/bzr/centos/.bzr/checkout/dirstate', mode 'rb' at 0x13c43c8> 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 0x13c92d0>> ignored