Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
1. Install SVN console version
2. Save as .bat and add to scheduler
for /f "tokens=2*" %%i in ('svn status %1 ^| find "?"') do svn add "%%i "
for /f "tokens=2*" %%i in ('svn status %1 ^| find "!"') do svn delete "%%i"
svn commit -m "Automatic commit" %1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question