git svn --authors-file=/home/ray/.authors clone http://hibernate-memcached.googlecode.com/svn/tags/hibernate-memcached-1.0 hibernate-memcached
cd hibernate-memcached
git remote add origin git@github.com:raykrueger/hibernate-memcached.git
git push -f origin master
git tag hibernate-memcached-1.0
git push --tags
I probably could have tagged it initially, but I didn't think of it :P
2 comments:
It's even easier. http://github.com/blog/156-subversion-importing
Man, it'd be nice if their guide linked to that...
Post a Comment