Unity SVN项目 获取差异文件
批处理代码:@echo off@echo %1 %2 %3@set svn="%cd%/Svn/Windows/bin/svn.exe"@set current="%cd%"@set client="%cd%/../../../../../"@cd %client%@%svn% diff -r %1:%2 --summarize > %3@cd %current%
参数:
开始svn版本结束svn版本文件地址stringstringstringstartVersionendVersionfilePath
差异记录在输出文件中以便提取
页:
[1]