Project versions
Do you guys know a good way to maintain projects versions.
Currently I'm ju开发者_C百科st 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
or you can use Git its free & extremely fast , you can Git Extensions , download it for extensions manager
Team Foundation Server is prohibitively expensive, and I wouldn't consider Visual Source Safe at all. Alternatives are:
- Subversion - http://subversion.tigris.org/
- Git - http://git-scm.com/
- Mercurial - https://www.mercurial-scm.org
http://martinfowler.com/bliki/VersionControlTools.html is a nice article which may help you decide.
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.
Have you considered using a source control software like Visual Source Safe
or Team Foundation Server
?
They support File and Project versioning.
精彩评论