とりあえず現状の svn repo の状態から確認
$ time svn co http://svn.momonga-linux.org/svn/pkgs (ry) Checked out revision 51371. real 217m18.003s user 34m11.867s sys 8m45.977s $
容量を計測してみる。
$ cd pkgs $ du -sh * 28G branches 27G tags 6.0G trunk $
内容はこんな感じ
$ ls -tlr total 12 drwxrwxr-x 5 tab tab 4096 Apr 2 02:01 trunk drwxrwxr-x 16 tab tab 4096 Apr 2 03:45 branches drwxrwxr-x 14 tab tab 4096 Apr 2 05:18 tags $ ls -l trunk/ total 160 drwxrwxr-x 5369 tab tab 155648 Apr 2 02:29 pkgs drwxrwxr-x 14 tab tab 4096 Apr 2 02:01 tools $ ls -l branches/ total 80 drwxrwxr-x 63 tab tab 4096 Apr 2 02:30 JAVA_DEV drwxrwxr-x 11 tab tab 4096 Apr 2 03:17 OBSO drwxrwxr-x 15 tab tab 4096 Apr 2 03:23 OBSO-T4R drwxrwxr-x 798 tab tab 28672 Apr 2 03:23 OBSO-trunk drwxrwxr-x 5 tab tab 4096 Apr 2 03:23 STABLE_1 drwxrwxr-x 5 tab tab 4096 Apr 2 03:27 STABLE_2 drwxrwxr-x 5 tab tab 4096 Apr 2 03:31 STABLE_3 drwxrwxr-x 3 tab tab 4096 Apr 2 03:30 STABLE_3_powerpc drwxrwxr-x 5 tab tab 4096 Apr 2 03:38 STABLE_4 drwxrwxr-x 5 tab tab 4096 Apr 2 03:46 STABLE_5 drwxrwxr-x 5 tab tab 4096 Apr 2 02:30 STABLE_6 drwxrwxr-x 5 tab tab 4096 Apr 2 02:48 STABLE_7 drwxrwxr-x 51 tab tab 4096 Apr 2 03:31 TSUPPA4RI $ ls -l tags/ total 44 drwxrwxr-x 5 tab tab 4096 Apr 2 04:49 GCC34 drwxrwxr-x 5 tab tab 4096 Apr 2 04:23 GCC40 drwxrwxr-x 5 tab tab 4096 Apr 2 05:18 Mo3 drwxrwxr-x 5 tab tab 4096 Apr 2 04:54 STABLE_1_RELEASE drwxrwxr-x 5 tab tab 4096 Apr 2 04:57 STABLE_2_RELEASE drwxrwxr-x 5 tab tab 4096 Apr 2 03:59 STABLE_2plus_RELEASE drwxrwxr-x 5 tab tab 4096 Apr 2 05:01 STABLE_3_RELEASE drwxrwxr-x 5 tab tab 4096 Apr 2 05:11 STABLE_4_RELEASE drwxrwxr-x 5 tab tab 4096 Apr 2 04:02 STABLE_6_RELEASE drwxrwxr-x 5 tab tab 4096 Apr 2 04:29 STABLE_7_RELEASE drwxrwxr-x 5 tab tab 4096 Apr 2 05:06 XORG_6_8_2 $ $ du -sh trunk/* 6.0G trunk/pkgs 78M trunk/tools $ $ du -sh branches/* 332M branches/JAVA_DEV 3.1G branches/OBSO 72M branches/OBSO-T4R 2.0G branches/OBSO-trunk 1.1G branches/STABLE_1 1.2G branches/STABLE_2 2.1G branches/STABLE_3 44K branches/STABLE_3_powerpc 2.4G branches/STABLE_4 3.6G branches/STABLE_5 5.3G branches/STABLE_6 6.1G branches/STABLE_7 411M branches/TSUPPA4RI $ $ du -sh tags/* 1.8G tags/GCC34 1.7G tags/GCC40 2.1G tags/Mo3 1.2G tags/STABLE_1_RELEASE 1.2G tags/STABLE_2_RELEASE 1.2G tags/STABLE_2plus_RELEASE 2.1G tags/STABLE_3_RELEASE 2.5G tags/STABLE_4_RELEASE 5.4G tags/STABLE_6_RELEASE 6.1G tags/STABLE_7_RELEASE 1.7G tags/XORG_6_8_2 $