怎样用svn命令行获取某一个版本更新过的文件列表?该如何处理
怎样用svn命令行获取某一个版本更新过的文件列表?
svn xxx?
我想得到这些文件路径
/ju-you2013/more_queries_extra_php/new_sku_import.php
/jy_updates/includes/act_page/credit_ratio_change.php
------解决思路----------------------
svn diff -r1226:1227 --summarize
1227 当前版本,1226是当前版本减1