Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
jcayzac edited this page May 29, 2011 · 3 revisions

Importing

I imported the repository like this:

git clone git://repo.or.cz/fast-export.git
hg --config format.dotencode=0 clone --pull https://androido3d.googlecode.com/hg/ androido3d.hg
cd androido3d.hg
hg log|grep -E '^user:' | gsed -e 's#^user: *\(.\+\)$#\1#g' | sort -u | gsed \
-e 's#^\(.*pruett.*\)#\1 = Chris Pruett <[email protected]>#g' \
-e 's#^\(.*gman.*\)#\1 = Gregg Tavares <[email protected]>#g' \
>../androido3d.authors
cd ..
mkdir androido3d && cd androido3d && git init
git remote add origin [email protected]:jcayzac/androido3d.git
../fast-export/hg-fast-export.sh -r ../androido3d.hg -A ../androido3d.authors
git reset --hard HEAD
git gc
git repack -a -d -f
git push -u origin master
cd ..
rm -rf fast-export androido3d.hg
Clone this wiki locally