On Thu, Oct 25, 2012 at 10:26:27AM +0000, Timmie wrote:
> Traceback (most recent call last):
>   File "C:\Python27\lib\site-packages\cherrypy\_cprequest.py", line 656, in 
> respond
>     response.body = self.handler()
> [snip]
>   File "C:\Python27\lib\site-packages\libbe\bug.py", line 264, in __init__
>     self.save()
> [snip]
>   File "C:\Python27\lib\site-packages\libbe\storage\vcs\base.py", line 735, in
> _add_path
>     self._vcs_add(self._u_rel_path(dir))
>   File "C:\Python27\lib\site-packages\libbe\storage\vcs\bzr.py", line 114, in
> _vcs_add
>     cmd.run(file_list=[path], **kwargs)
>   File "C:\Python27\lib\site-packages\bzrlib\commands.py", line 697, in run
>     return self._operation.run_simple(*args, **kwargs)
> [snip]
>   File "C:\Python27\lib\site-packages\bzrlib\lock.py", line 366, in _open
>     raise errors.LockContention(filename, e)
> LockContention: Could not acquire lock "D:/test_be/.bzr/checkout/dirstate": 
> (32,
> 'CreateFileW', 'Der Prozess kann nicht auf die Datei zugreifen, da sie von 
> einem
> anderen Prozess verwendet wird.')

I could not reproduce this on Linux with bzr 2.4.1 or 2.6b2.  Perhaps
it is a Windows/Bazaar issue (I recall them having file locking issues
in the distant past as well).  Can you run the BE unit tests to check?
From the BE directory, that will be the Windows equivalent of:

  $ python test.py

Thanks,
Trevor

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Be-devel mailing list
Be-devel@bugseverywhere.org
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to