Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathantneal/10b2ad57295471693abd to your computer and use it in GitHub Desktop.
Save jonathantneal/10b2ad57295471693abd to your computer and use it in GitHub Desktop.
Oh noes!
# install git & svn
brew install git
brew install --perl svn
# git svn clone -s -r957785 http://plugins.svn.wordpress.org/svg-spritemap/
git svn clone --no-minimize-url -s -r529177 https://plugins.svn.wordpress.org/svg-spritemap/
# get the most recent release
svn log http://svn.wp-plugins.org/svg-spritemap
# use the release
git svn clone -s -r957613 --prefix=origin/ svn://plugins.svn.wordpress.org/svg-spritemap
git svn clone http://plugins.svn.wordpress.org/svg-spritemap -r957613
cd svg-spritemap
svn co http://plugins.svn.wordpress.org/svg-spritemap wp-svg-spritemap
git remote add -f origin git@github.com:jonathantneal/wp-svg-spritemap.git
git update-ref refs/remotes/git-svn refs/remotes/origin/master
git svn init http://plugins.svn.wordpress.org/svg-spritemap
git svn fetch -r957613
# r957613
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.18/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.18/SVN
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.18/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.18/auto/SVN
mkdir svg-spritemap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment