开发者

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:

  1. Subversion - http://subversion.tigris.org/
  2. Git - http://git-scm.com/
  3. 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜