I committed a chageset to TFS last night before leaving. This morning I decided my change was badly written, so I wanted to do a rollback on it.
In subversion, this was pretty straightforward. However, it seems to be an incredible headache in TFS.
Am I being dense? Is there a simple way to do this I'm missing?
These are the options I found -
manually get prior version of each file
b. check out for edit
c. FAIL - the checkout (in VS2008) forces me to get the latest version
download Team Foundation Power Tools
b. issue rollback command from cmd line
c. FAIL - won't work if there are any other pending changes
manually undo my changes, then commit a new changeset
I'm flabergasted at how tedious this is. I think even VSS supported an easier mechanism to rollback a change.
