Hi All,
I am developing in VS Community 2013. I want to save a copy of the work I have done before making the next big jump in development. I want to be able to revert to an earlier version if something terrible happens (I have experienced this before and had to just start over).
I have all my models written. I have the Data Annotations written in the models. I think I have everything ready to go to execute the Entity Framework. But if that goes way bad I want to go back to this version to figure it out and try again.
I added the current version to the Team Explorer by selecting "Add to Team Explorer" in the File menu which has now disappeared. No telling when it will return. I don't want to over-write the version in the team explorer now. I just want to add a new version after every major change.
How do I do this?