How to checkout a specific Subversion revision from the command line?

后端 未结 10 575
日久生厌
日久生厌 2020-11-28 00:54

I want to checkout a specific revision of a folder in Subversion using the command line.

I don\'t see an option for specifying the revision number in TortoiseP

10条回答
  •  隐瞒了意图╮
    2020-11-28 01:12

    If you already have it checked out locally then you can cd to where it is checked out, then use this syntax:

    $ svn up -rXXXX
    

    ref: Checkout a specific revision from subversion from command line

提交回复
热议问题