【工具】同步战斗校验服,添加未进版本的文件
parent
da16945d78
commit
8085adfe25
|
@ -233,9 +233,9 @@ namespace GameEditor.Core.DataConfig
|
|||
List<string> wlines = flines.ToList();
|
||||
wlines.Insert(0, commitMsg);
|
||||
File.WriteAllLines(readMePath, wlines.ToArray(), System.Text.Encoding.UTF8);
|
||||
|
||||
|
||||
// 提交到SVN
|
||||
//ProcessUtil.ProcessCommand(svnPath, "svn add . --force");
|
||||
ProcessUtil.ProcessCommand(svnPath, "svn add . --force");
|
||||
ProcessUtil.ProcessCommand(svnPath, "svn commit -m " + commitMsg);
|
||||
UnityEngine.Debug.Log("同步SVN完成!");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue