How to check out at a specified revision in SVN
To checkout with a specified revision in tortoise svn, select “SVN Checkout…” from the context menu from the context menu.
Select “Revision”, enter the revision number and press “OK”.
You can now check out with the revision you specified.
Check out at the revision specified on a command line basis
To check out at the revision specified by the svn command, use the following command
svn co -r <revision number> <Repository URL>
コメント