Reputation: 111
I want to update tortoiseSVN to new specific version
For example: Suppose I have the revision 100 in my environment. There are two more new revisions in svn (101 and 102) I want to update my environment to only revision 101 and not to 102
How can I update my local environment to only revision 101?
Thanks in advance.
Upvotes: 0
Views: 589
Reputation: 116528
From the TortoiseSVN context menu, select Update to revision...
(it's between Resolve...
and Revert...
).
Then type the number 101 where it says "Revision".
Upvotes: 4