How to checkout a previous commit with TortoiseSVN

svntortoise-svn

I'm on r1594 and want to checkout r1490, with git I would do something like:

git checkout 1490

How do I do this with TortoiseSVN? or svn cmd line?

Best Answer

Select the desired revision in the Checkout dialog. enter image description here


If you already have a working copy, select Update to revision from the context menu. enter image description here

Related Question