I have a few files that were part of an update that were mistakenly committed to the main trunk before they were ready. Is there a way to 'undo' this checkout and roll the repository back a version, while still keeping the changed file in my checkout?
I'm using tortiseSVN ver 1.6.5 on Windows XP, if that makes any difference.
example: I updated a file, it is now at revision 659, previous version of this file was 600. I would like to keep version 659 on my checkout, but make what is currently version 600 the latest one again (ie version 660).
I tried making a copy of my current version, rolled back the regular version to 600, then tried to commit it back, but it tells me there are no changes to commit.