Reputation: 658
We had an upgrade of an old web site, porting it from .NET 2 to .NET 4.
What's the best practise about an upgrade of a framework? Should I create another project folder in the root of the repository (along with the old one), or should I create another branch inside the old/existing project folder?
Upvotes: 1
Views: 47
Reputation: 28981
Should you support both platforms simultaneously? If not, why bother? Maybe just create a tag to bookmark a revision before upgrade just in case.
Upvotes: 1