[Fwd: Re: BZR deleting files after a pull]
Alexander Belchenko
bialix at ukr.net
Fri Oct 20 15:34:25 BST 2006
(Forwarded to list because I receive it and don't find copy in the list)
-------- Исходное сообщение --------
Тема: Re: BZR deleting files after a pull
Дата: Wed, 18 Oct 2006 17:32:19 +1000
От: Martin Nickolas <marty at tibra.com.au>
Кому: Alexander Belchenko <bialix at ukr.net>
Ссылки: <4535CC6A.2080200 at tibra.com.au> <eh4k2c$5hp$1 at sea.gmane.org>
Hi,
Here is the relevent part of the log:
SFTP.readv() 1 offsets => 1 coalesced => 1 requests
[ 5232] Wed 15:45:09.750 DEBUG: readv(00000000, [(3032, 182)])
[ 5232] Wed 15:45:09.765 DEBUG: close(00000000)
[ 5232] Wed 15:45:09.842 DEBUG:
open('/home/bzr/.bzr/repository/signatures.kndx', 'rb')
[ 5232] Wed 15:45:09.842 DEBUG:
open('/home/bzr/.bzr/repository/signatures.kndx', 'rb') -> 00000000
[ 5232] Wed 15:45:09.842 DEBUG: close(00000000)
[ 5232] Wed 15:45:09.875 DEBUG:
open('/home/bzr/.bzr/repository/revisions.knit', 'rb')
[ 5232] Wed 15:45:09.875 DEBUG:
open('/home/bzr/.bzr/repository/revisions.knit', 'rb') -> 00000000
SFTP.readv() 19 offsets => 2 coalesced => 2 requests
[ 5232] Wed 15:45:09.875 DEBUG: readv(00000000, [(263212, 3799),
(268052, 3409)])
[ 5232] Wed 15:45:09.890 DEBUG: close(00000000)
Traceback (most recent call last):
File "bzrlib\commands.pyc", line 611, in run_bzr_catch_errors
File "bzrlib\commands.pyc", line 573, in run_bzr
File "bzrlib\commands.pyc", line 282, in run_argv_aliases
File "bzrlib\builtins.pyc", line 526, in run
File "bzrlib\decorators.pyc", line 51, in write_locked
File "bzrlib\workingtree.pyc", line 1151, in pull
File "bzrlib\merge.pyc", line 930, in merge_inner
File "bzrlib\merge.pyc", line 268, in do_merge
File "bzrlib\merge.pyc", line 400, in __init__
File "bzrlib\transform.pyc", line 727, in apply
File "bzrlib\transform.pyc", line 757, in _apply_removals
File "bzrlib\osutils.pyc", line 725, in delete_any
OSError: [Errno 22] Invalid argument:
u'C:/src/trunk/consoleXiClient/main.cpp'
[ 5232] Wed 15:45:16.842 DEBUG: EOF sent
return code 3
[ 5232] Wed 15:45:16.842 DEBUG: Ignoring message for dead channel 1
And I'm using bzr.exe
CYA
Alexander Belchenko wrote:
> Martin Nickolas пишет:
>> I think we've seen this bug a couple of times now but this time we
>> may have a bit more information about it.
>>
>> I had locally modified files when I did a pull (there were definitely
>> changes to be pulled) and got the following output:
>> C:\src\trunk>bzr pull
>> Using saved location:
>> sftp://myusername:mypassword@devserver/home/bzr/trunk/
>> Connected (version 1.99, client OpenSSH_3.9p1)
>> Authentication (password) successful!
>> Secsh channel 1 opened.
>> Opened sftp connection (server version 3)
>> bzr: ERROR: [Errno 22] Invalid argument:
>> u'C:/src/trunk/consoleXiClient/main.cpp'
>
> Please, send to list copy of part .bzr.log that you could find either in
> C:\.bzr.log or in C:\Document and Settings\<your-login-name>\.bzr.log
>
> You need to look at the tail of this log and find relevant part that
> contains full traceback with the same error.
>
> And please, specify, what version you are use: python-based or
> standalone bzr.exe?
>
> --
> Alexander
>
>
>
More information about the bazaar
mailing list