Skip to content

Instantly share code, notes, and snippets.

@gaza3g
Created November 2, 2012 11:17
Show Gist options
  • Save gaza3g/4000303 to your computer and use it in GitHub Desktop.
Save gaza3g/4000303 to your computer and use it in GitHub Desktop.
git svn access
#from http://stackoverflow.com/questions/3777075/https-github-access/4454754#4454754
env GIT_SSL_NO_VERIFY=true git clone https://github...
git config --global http.sslVerify false
export GIT_SSL_NO_VERIFY=true
#from http://viget.com/extend/effectively-using-git-with-subversion
git-svn clone s http://example.com/my_subversion_repo local_dir
git-svn rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment