trying shorter paths

This commit is contained in:
rusefi 2017-02-23 19:09:22 -05:00
parent 9c3ce799a6
commit 06661f7099
1 changed files with 10 additions and 5 deletions

View File

@ -1,11 +1,16 @@
rd /s /q c:\stuff\rusefi.git2svn
set GIT2SVN_ROOT=c:\rus.sync
set RUSEFI_SVN_PATH=%GIT2SVN_ROOT\svn
set RUSEFI_GIT_PATH=%GIT2SVN_ROOT\git
rd /s /q %GIT2SVN_ROOT%
mkdir -p c:\stuff\rusefi.git2svn\rusefi.svn
cd c:\stuff\rusefi.git2svn\rusefi.svn
mkdir -p %RUSEFI_SVN_PATH%
cd %RUSEFI_SVN_PATH%
svn co https://svn.code.sf.net/p/rusefi/code/trunk/ .
mkdir -p c:\stuff\rusefi.git2svn\rusefi.github
cd c:\stuff\rusefi.git2svn\rusefi.github
mkdir -p %RUSEFI_GIT_PATH%
cd %RUSEFI_GIT_PATH%
git clone https://github.com/rusefi/rusefi.git