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
I think this has been "re-broken"
In bzr 1.7, any command fails were the repo is on an SMB share:
$ bzr status 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 ReadLock. __del__ of <bzrlib. lock._fcntl_ ReadLock object at 0x13c92d0>> ignored
bzr: ERROR: Could not acquire lock "[Errno 45] Operation not supported"
/Library/
warn("lock on %r not released" % self.f)
Exception exceptions.IOError: (45, 'Operation not supported') in <bound method _fcntl_