版本操作 版本回退 # 没有提交的代码回退 svn revert svn://../path_to_file # 已提交代码回退 svn merge -r r2:r1 svn://../path_to_file merge_file