Gentoo Archives: gentoo-scm

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-scm@l.g.o
Subject: [gentoo-scm] Converting a recent CVS copy - Item 3: pushing, availability
Date: Tue, 14 Apr 2009 08:57:14
Message-Id: 20090414085707.GE23644@curie-int
1 So lastly, I was pushing the new conversion into the gitosis-managed repos.
2 Suddenly it bloated by ~62MiB. This needs to be solved! The repo was already
3 pre-packed.
4
5 Anybody wanting to pull and getting a failure due to non-fast-forwarding needs
6 to force it:
7 $ git pull origin +master:master
8 (or just move it out the way and do a new checkout).
9
10 $ git remote add origin git+ssh://git@×××××××××××××××××××××××.org/exp/gentoo-x86.git
11 $ git push origin master:master
12 Initialized empty Git repository in /var/gitroot/exp/gentoo-x86.git/
13 Counting objects: 4969800, done.
14 Delta compression using up to 8 threads.
15 Compressing objects: 100% (1217809/1217809), done.
16 Writing objects: 100% (4969800/4969800), 810.56 MiB | 21608 KiB/s, done.
17 Total 4969800 (delta 3735812), reused 4969800 (delta 3735812)
18 To git+ssh://git@×××××××××××××××××××××××.org/exp/gentoo-x86.git
19 * [new branch] master -> master
20
21 Sizes:
22 /tmp/convert/gentoo-x86-cvs2git/.git/objects/pack:
23 total 903804
24 drwxr-xr-x 2 robbat2 users 119 Apr 14 08:05 .
25 drwxr-xr-x 4 robbat2 users 28 Apr 14 08:05 ..
26 -r--r--r-- 1 robbat2 users 139155472 Apr 14 08:05 pack-f805bb448f864becfeac9c7f8a8ac2ef90c26787.idx
27 -r--r--r-- 1 robbat2 users 786336481 Apr 14 08:05 pack-f805bb448f864becfeac9c7f8a8ac2ef90c26787.pack
28
29 /var/gitroot/exp/gentoo-x86.git/objects/pack:
30 total 966876
31 drwxr-xr-x 2 git git 4096 Apr 14 08:43 .
32 drwxr-xr-x 4 git git 4096 Apr 14 08:35 ..
33 -r--r--r-- 1 git git 139155472 Apr 14 08:43 pack-f805bb448f864becfeac9c7f8a8ac2ef90c26787.idx
34 -r--r--r-- 1 git git 849936308 Apr 14 08:43 pack-f805bb448f864becfeac9c7f8a8ac2ef90c26787.pack
35
36 URL again:
37 http://git-exp.overlays.gentoo.org/gitweb/?p=exp/gentoo-x86.git;a=summary
38
39 --
40 Robin Hugh Johnson
41 Gentoo Linux Developer & Infra Guy
42 E-Mail : robbat2@g.o
43 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-scm] Converting a recent CVS copy - Item 3: pushing, availability Caleb Cushing <xenoterracide@×××××.com>