Importing a CVS repository
John A Meinel
john at arbash-meinel.com
Mon Nov 7 17:02:19 GMT 2005
Jo Vermeulen wrote:
> On Mon, 2005-11-07 at 11:24 -0500, John A Meinel wrote:
>> Jo Vermeulen wrote:
>>> On Mon, 2005-11-07 at 11:02 -0500, John A Meinel wrote:
>>>> Jo Vermeulen wrote:
>>>>> On Mon, 2005-11-07 at 10:33 -0500, Martin Pool wrote:
>>>>>> Jo Vermeulen wrote:
>
> <snip/>
>
>>> Ok, just let me know if there's any additional information you need.
>> Can you send us the contents of your ~/.bzr.log
>> Also, the contents of .bzr/revision-history
>
> See the attachments.
>
>> It seems like it might not be able to find the current revision, which
>> we have some ideas as to why.
>>
>> One thing that you can try is typing:
>> ls
>> .bzr.backup/revision-store/jo.vermeulen at uhasselt.be-20050915140614-b35225b0b6538944*
>
> This gives just that particular patch:
>
> .bzr.backup/revision-store/jo.vermeulen at uhasselt.be-20050915140614-b35225b0b6538944
>
>> And then also:
>> ls
>> .bzr/revision-store/*/jo.vermeulen at uhasselt.be-20050915140614-b35225b0b6538944*
>
> My revision-store directory is empty in the upgraded version.
>
> <snip/>
>
> Jo
So if you want to do the upgrade with the code as it is, you can do:
# Restore the old revision stores
rm -rf .bzr/
mv .bzr.backup .bzr/
# Compress the revision info
gzip
.bzr/revision-store/jo.vermeulen at uhasselt.be-20050915140614-b35225b0b6538944
Then run upgrade again. This is a bug which has been submitted. There
was an assumption that all files were compressed, when in fact it could
be mixed.
In the future you won't have to do this stuff manually,
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051107/f24c09a8/attachment.pgp
More information about the bazaar
mailing list