xxxrac / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

repo sync -c #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Version:repo 1.17
Environment:Ubuntu 10.04.2 LTS

What steps will reproduce the problem?
1.repo init -u ... -b ... --depth=1
2.repo sync -c
3.after some time , it downloads at 99% in git project ,and the 99% continues 
long time (more than 3 hours)

we meet this problem these days , but it is not reproduce always .

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

--

Please provide any additional information below.

after repo sync -c , below:

remote: Counting objects: 3904, done
remote: Finding sources: 100% (3904/3904)
Receiving objects: 99% (3865/3904) , 108.34 MiB | 834 KiB/s

and "Receiving objects: 99% (3865/3904)"  continues long time , and does not 
end .

is it related with big file which is more than 50M in git projects ? 

Original issue reported on code.google.com by bibo1984...@gmail.com on 26 Jun 2013 at 12:58

GoogleCodeExporter commented 9 years ago
add:

if use "repo init -u ... -b ... " , "repo sync -c " ,it is OK.

Original comment by bibo1984...@gmail.com on 27 Jun 2013 at 1:12

GoogleCodeExporter commented 9 years ago
the problem is fixed .

modify gerrit.config file in review_site/etc folder

thx

Original comment by bibo1984...@gmail.com on 1 Jul 2013 at 1:43