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

后端 未结 10 595
日久生厌
日久生厌 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:32

    You could try

    TortoiseProc.exe /command:checkout /rev:1234
    

    to get revision 1234.

    I'm not 100% sure the /rev option is compatible with checkout, but I got the idea from some TortoiseProc documentation.

提交回复
热议问题