[Fwd: Re: BZR deleting files after a pull]

John Arbash Meinel john at arbash-meinel.com
Fri Oct 20 18:01:43 BST 2006


Alexander Belchenko wrote:
> (Forwarded to list because I receive it and don't find copy in the list)

Thanks, I don't see it elsewhere either. And looking at the headers, it
doesn't seem like he included bazaar-ng at lists.canonical.com.

> 
> -------- Исходное сообщение --------
> Тема: 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:
> 

...

> 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
> 

So this looks like we are trying to remove a file, and getting EINVAL.
Now, the question is are we getting it instead of ENOENT or some other
error? Are we getting it because the file was open in a text editor, and
windows wouldn't let us delete it, or did the file not exist and Windows
gives us a random error, etc.

John
=:->

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20061020/59301fe0/attachment.pgp 


More information about the bazaar mailing list