@echo ----------------------------------------------------------------
@echo - Update SVN
@echo ----------------------------------------------------------------
svn info   ..
svn update ..

@echo ͬ����Դ�ļ�������
@xcopy /s /e /y "..\GameEditor\data\*.*"            ".\res\GameEditor\data\"
@xcopy /s /e /y "..\UIEdit\res\ui_edit\*.*"         ".\res\ui_edit\"
@xcopy /s /e /y "..\UIEdit\res\script\*.*"          ".\res\script\"
@xcopy /s /e /y "..\StreamingAssets\*.assetBundles" ".\res\StreamingAssets\"
@xcopy /s /e /y "..\StreamingAssets\*.assetBundle"  ".\res\StreamingAssets\"