如果给定任意路径和修订号,如何获取SVN中的所有修订?

时间:2014-04-15 02:41:40

标签: svn

假设您有以下历史记录:

------------------------------------------------------------------------
r3 | developer | 2014-04-14 19:37:18 -0700 (Mon, 14 Apr 2014) | 1 line
Changed paths:
   D /def.txt
   A /ghi.txt (from /def.txt:2)

blah
------------------------------------------------------------------------
r2 | developer | 2014-04-14 19:37:01 -0700 (Mon, 14 Apr 2014) | 1 line
Changed paths:
   D /abc.txt
   A /def.txt (from /abc.txt:1)

renamed file
------------------------------------------------------------------------
r1 | developer | 2014-04-14 19:36:42 -0700 (Mon, 14 Apr 2014) | 1 line
Changed paths:
   A /abc.txt

如果你只知道abc.txt@1,你怎么能得到包括r2和r3在内的整个历史记录?

1 个答案:

答案 0 :(得分:0)

您无法以相反顺序跟踪重命名历史记录。期