develop/!copy_and_commit_coretool_dev.bat
2023-04-09 19:04:00 -05:00

13 lines
373 B
Batchfile

@echo off
SET source_path=.\Gunz2\Runtime\Dev\CoreToolRS3
SET target_path=.\Gunz2\Runtime\Dev\CoreToolRS3_DevGunz2
svn cleanup %target_path%
svn revert -R %target_path%
svn update %target_path%
copy %source_path%\*.* %target_path% /y
copy %source_path%\plugins\*.* %target_path%\plugins /y
svn commit -m "Gunz2 CoreTool Develop Version Commit" %target_path%