Reputation: 87
I did a checkin in Visual Studio (2013) and realized that one of the projects wasn't loaded.
I've since reloaded the project and want to redo the checkin.
What is the best option to do this? I see a Rollback Entire Changeset option, but will that cause me to loose my code? Do I just view that changeset, reload and then overwrite the files with a backup of the files that I did change?
Upvotes: 1
Views: 86
Reputation: 2435
If you rollback your changeset you won't lose any changes, a rollback simply creates a new changeset. So when you perform a rollback, you will see pending changes which will effectively reverse the changeset, then you can review and check in as normal. If you do so and you aren't happy, you can rollback the rollback!
Upvotes: 4