Reputation: 1
Do you guys know a good way to maintain projects versions.
Currently I'm just zipping the entire folder of my website each time I decide that it is new version and call it for ex. 2.0.1
Is there a better way to maintain project versions?
Thanks
Upvotes: 0
Views: 115
Reputation: 34349
Team Foundation Server is prohibitively expensive, and I wouldn't consider Visual Source Safe at all. Alternatives are:
http://martinfowler.com/bliki/VersionControlTools.html is a nice article which may help you decide.
Upvotes: 2
Reputation: 48537
I would recommend looking into Team Foundation Server if you have the budget. If not, something like Tortoise SVN integrates nicely with Visual Studio and works really well. Git is also very good.
Upvotes: 1
Reputation: 2974
or you can use Git its free & extremely fast , you can Git Extensions , download it for extensions manager
Upvotes: 3
Reputation: 30830
Have you considered using a source control software like Visual Source Safe
or Team Foundation Server
?
They support File and Project versioning.
Upvotes: 0