CandyShop / gerrit

Automatically exported from code.google.com/p/gerrit
Apache License 2.0
1 stars 0 forks source link

android repo sync error #1386

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi, 
   When I repo sync the code from gerrit server, it always print following errors:
yingchunli@yingchunli:~/temp/repo4-rda-99.13/kernel$ repo sync
Fetching projects:  30% (79/262)  channel_by_id: 4: bad id: channel free
client_input_channel_req: channel 4: unknown channel
Fetching projects:  99% (260/262)
and the operation failed.

Affected Version:gerrit-2.3.war

What steps will reproduce the problem?
1.repo init -u ssh://user@localhost:29418/droid/platfrom/manifest
2.repo sync
3.this time it will success
4. after sometimes, maybe reboot PC, maybe don't, the 'repo sync' would fail,
it will print the above error message, and operation failed.

What is the expected output? What do you see instead?

repo sync will succeed and return;

Please provide any additional information below.

I have googled this issue and find one solution,
http://groups.google.com/group/repo-discuss/browse_thread/thread/333861a1aa5c844
8?pli=1

and that do work for me.
thanks.
yingchun

Original issue reported on code.google.com by sword.l....@gmail.com on 16 May 2012 at 10:04

GoogleCodeExporter commented 9 years ago
the 'repo sync' failed many times, sometimes it show following message, and 
will fail.

fatal: Not a git repository: 
'/home/yingchunli/temp/repo-remote-rda4.0/.repo/projects/bionic.git'
Fetching projects:  99% (229/231)  fatal: Not a git repository: 
'/home/yingchunli/temp/repo-remote-rda4.0/.repo/projects/bionic.git'
error: Cannot fetch platform/bionic

error: Exited sync due to fetch errors

how can I provide more info?

Original comment by sword.l....@gmail.com on 17 May 2012 at 11:41