Skip to content
scribu edited this page Oct 31, 2012 · 13 revisions

Initial set up:

git svn clone http://unit-test.svn.wordpress.org/trunk/includes wp-tests-lib

# set up author mapping from svn to github users
git clone git://gist.github.com/3989135.git wp-tests-lib-authors
cd wp-tests-lib
git config svn.authorsfile ../wp-tests-lib-authors/authors.txt

# push mirror up to github
git remote add origin [email protected]:scribu/wp-tests-lib.git
git push --mirror origin
Clone this wiki locally