Reputation: 738
I am using TortoiseSVN. I reverted to a previous version to run the program (data processor) and compare its output with the current version, I am doing this to find out if a bug was introduced. My problem is that I can't Update to the last revision on the server. I tried:
None of the previous attempts has helped me to pull the code from the last committed revision. Does anyone know how can I pull that last revision?
Upvotes: 0
Views: 993
Reputation: 8106
Right-click on the project directory and do TortoiseSVN - Update to revision
You should then have an dialog like this. Make sure HEAD
is selected.
An alternative is to do TortoiseSVN - Switch.
Make sure you have HEAD selected and select trunk (or whatever branch you are currently on). This should also force an update.
Upvotes: 1