rusefi-1/misc/git2svn_init.bat

17 lines
373 B
Batchfile
Raw Normal View History

2017-02-23 19:49:48 -08:00
set GIT2SVN_ROOT=c:\stuff\rusefi.git2svn
2017-02-20 16:04:57 -08:00
2017-02-23 16:09:22 -08:00
set RUSEFI_SVN_PATH=%GIT2SVN_ROOT\svn
set RUSEFI_GIT_PATH=%GIT2SVN_ROOT\git
2017-02-20 16:04:57 -08:00
2017-02-23 16:09:22 -08:00
rd /s /q %GIT2SVN_ROOT%
mkdir -p %RUSEFI_SVN_PATH%
cd %RUSEFI_SVN_PATH%
2017-02-20 16:04:57 -08:00
svn co https://svn.code.sf.net/p/rusefi/code/trunk/ .
2017-02-23 16:09:22 -08:00
mkdir -p %RUSEFI_GIT_PATH%
cd %RUSEFI_GIT_PATH%
2017-02-20 16:04:57 -08:00
git clone https://github.com/rusefi/rusefi.git