代码之家  ›  专栏  ›  技术社区  ›  pierrotlefou

获取给定父目录版本的子目录版本

svn
  •  0
  • pierrotlefou  · 技术社区  · 14 年前

    对于以下目录结构,在指定的修订版(例如R1234)中 A ,如何获取 B 以便我可以查看 .

    A - (r1234)
      |_ B - (this could be r1222)
      |_ C - (I don't need this directory)
      |_ D - (I don't need this directory)
    
    1 回复  |  直到 14 年前
        1
  •  1
  •   pyfunc    14 年前

    So I guess, what you are looking for is : latest change that touched the subdirectory "B"
    

    svn log --limit 1 -r ..