Revision: 6022
http://kmess.svn.sourceforge.net/kmess/?rev=6022&view=rev
Author: codingdomain
Date: 2010-05-23 22:29:17 +0000 (Sun, 23 May 2010)
Log Message:
-----------
svn-to-git: fix parameter to git gc. This should be the LAST SVN COMMIT, we've switched to git! :-D
Modified Paths:
--------------
trunk/svn-to-git/svn-to-git.sh
Modified: trunk/svn-to-git/svn-to-git.sh
===================================================================
--- trunk/svn-to-git/svn-to-git.sh 2010-05-23 10:34:17 UTC (rev 6021)
+++ trunk/svn-to-git/svn-to-git.sh 2010-05-23 22:29:17 UTC (rev 6022)
@@ -37,6 +37,7 @@
for dir in $dirs
do
cd $dir
+ git gc --aggressive # repack for efficient storage (from 250MB -> 41MB for kmess)
git checkout
cd ..
done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|