dongsutao8921 2012-11-23 11:25
浏览 70
已采纳

VCS用于开发,测试,生产环境[关闭]

I'm looking at several VC systems and wondering what suits my needs better.

Right now, I have the following:

  • My local machine (Win7) where I code with php with the PhpStorm.
  • A Debian Linux machine set up in my internal network.
  • A Debian Linux dedicated web server.

Ideally, I wan't to code in this machine, push any chances I make locally to my internal webserver (where I see the changes and test them out) and if all is good, push them to the web server.

Which VC system do you suggest: Git, SVN or CVS?

  • 写回答

5条回答 默认 最新

  • dptsivmg82908 2012-11-23 11:37
    关注
    • CVS is a little outdated and bears quite some problems compared to SVN
    • SVN is okay but you will need to setup your own server which means too much effort for a single developer environment
    • Git is maybe a little bit unusual when you are comming from a traditional VC as it's a distributed version control system. But once you get used to it you understand the strengths no matter if you are working alone or in a big, distributed team. You don't need to setup any server and it's even possible to share your repository with others via DropBox.

    So I'd suggest Git. Find the documentation here.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测