This commit is contained in:
rusefi 2017-03-01 14:48:01 -05:00
parent 06c3bf17cc
commit b03905c0f3
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ cp -r readme.* %RUSEFI_SVN_PATH%
cd %RUSEFI_SVN_PATH%
pwd
rem http://stackoverflow.com/questions/2120844/how-do-i-add-all-new-files-to-svn
svn add --force .
svn ci --no-auth-cache --non-interactive --username rusefi --password %RUSEFI_SVN_PASSWORD% -m "auto-merge from github"