trying shorter paths
This commit is contained in:
parent
9c3ce799a6
commit
06661f7099
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue