Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created January 12, 2015 12:20
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 hsuh/00e4ccd26be77d65c89f to your computer and use it in GitHub Desktop.
Save hsuh/00e4ccd26be77d65c89f to your computer and use it in GitHub Desktop.
Configuring git svn for a remote svn repository
Install git on Cygwin
Might be an error - Can’t locate Term/ReadKey.pm when running git svn clone ...
In that case do this:
-----------------------------------------
Install GCC-core, make for cygwin
Install Perl - Term::ReadKey through cygwin as well
-----------------------------------------
git svn clone your_remote_repo_link -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment