TortoiseSVN 写个bat。例如:
@set svn_bin=C:\Program Files\TortoiseSVN\bin @set svn_work=%cd%\Assets @set svn_work_res=%svn_work%\StreamingAssets\res @set svn_work_resource=%svn_work_res%\Assets\StreamingAssets\res\resource "%svn_bin%"\TortoiseProc.exe /command:update /path:"%svn_work_resource%" /notempfile /closeonend:2 "%svn_bin%"\TortoiseProc.exe /command:update /path:"%svn_work_res%" /notempfile /closeonend:2 "%svn_bin%"\TortoiseProc.exe /command:update /path:"%svn_work%" /notempfile /closeonend:2 echo 更新完毕!