Skip to content

Importing from Subversion

scolemanT2 edited this page Dec 21, 2011 · 7 revisions

These instructions are for importing subversion repositories using windows

  1. install msysgit to C:\msysgit\msysgit\
  2. Run C:\msysgit\msysgit\msys.bat (which starts up a command line git)
  3. Issue the following command line to create clone (from trunk only)
    git svn clone --authors-file=authors-transform.txt http://t2share1/svn/Mobile/trunk/android/AndroidBTService c:\junk1
Clone this wiki locally