SVN: is it possible to get svn info for a given revision number of a branch

后端 未结 3 2223
清酒与你
清酒与你 2021-02-12 12:56

Is it possible to get svn info for a branch for a specific revision number. For example if the latest working copy of a branch has revision number 56, can I get info for the sam

3条回答
  •  -上瘾入骨i
    2021-02-12 13:47

    yes u can get the information for the what revision u want.

    svn cat -r  path upto which file u want see the revisions
    

    ex: svn cat -r 34 svn:///dmlrepo/trunk/1.txt

提交回复
热议问题