浏览代码

公用机提交

guodong 3 年之前
父节点
当前提交
1121e31e6a
共有 2 个文件被更改,包括 17 次插入3 次删除
  1. 11 2
      GameClient/Assets/Editor/Bat/commitGame.bat
  2. 6 1
      GameClient/Assets/Editor/Bat/updateGame.bat

+ 11 - 2
GameClient/Assets/Editor/Bat/commitGame.bat

@@ -1,6 +1,15 @@
-cd ../../
+cd ../../Res
+svn up --force --accept tc
 svn add . --no-ignore --force
 svn ci -m "公用机提交"
-cd ../Bundles
+
+cd ../Game/CSShare
+git commit -am "公用机提交"
+
+cd ../../../../
+git commit -am "公用机提交"
+git push
+
+cd GameClient/Bundles
 svn add . --no-ignore --force
 svn ci -m "公用机提交"

+ 6 - 1
GameClient/Assets/Editor/Bat/updateGame.bat

@@ -1,2 +1,7 @@
+cd ../../../Assets/Res
+svn up --force --accept tc
+
 cd ../../../
-svn up --force --accept tc
+git pull
+
+pause