How to check out at a specified revision in SVN

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.

SVNで指定したリビジョンでチェックアウトする

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>

コメント

Discover more from 株式会社CONFRAGE ITソリューション事業部

Subscribe now to keep reading and get access to the full archive.

Continue reading

Copied title and URL