最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Which Version control system you would prefer for HTML, CSS, Javascript development for small team of Developers? - Stack Overfl

programmeradmin1浏览0评论

Which Version control system would be good for HTML, CSS, Javascript development for 4 Developers?

We are 4 developers, all in different countries and we all have different Operating systems. 2 Developers have Macbooks, one has Windows 7 and another one has Ubuntu 9 linux)

Some time on remote location we also do some changes in code using iphone and ipad using FTP On The Go PRO

And some time some place Internet is not available so we also work without internet.

I want to know the preferred Version control system for us which should be accessible from all devices and OSes. And should work offline too. And how to setup for a project.

Edit:

I got this advice inside /

Which Version control system would be good for HTML, CSS, Javascript development for 4 Developers?

We are 4 developers, all in different countries and we all have different Operating systems. 2 Developers have Macbooks, one has Windows 7 and another one has Ubuntu 9 linux)

Some time on remote location we also do some changes in code using iphone and ipad using FTP On The Go PRO

And some time some place Internet is not available so we also work without internet.

I want to know the preferred Version control system for us which should be accessible from all devices and OSes. And should work offline too. And how to setup for a project.

Edit:

I got this advice inside http://beanstalkapp./

Share Improve this question edited Jul 7, 2011 at 18:00 Jitendra Vyas asked Jul 7, 2011 at 12:29 Jitendra VyasJitendra Vyas 153k240 gold badges586 silver badges867 bronze badges 1
  • 1 Maybe this will help you choose: programmers.stackexchange./questions/77475/… – SteeveDroz Commented Jul 7, 2011 at 13:46
Add a ment  | 

2 Answers 2

Reset to default 4

My personal preference is Mercurial.

We've used this on projects with a range of team members spanning 4 or more countries.

Mercurial is a distributed source control system which means that every developer will have their own repository on their machine and will push to a central location as and when possible (in your case, when an internet connection is available).

Given that this is the case it also makes it possible for developers to push/pull to/from one anothers machines over the network. Your collegue can make changes and you can pull them directly from his machine on the network.

Rob Connery also wrote an article about using Mercurial and the mand line. It's a pretty good reference for the simple mands and explains the benefits of using the mand line over a visual tool:

Visual Tooling Will Make You Go Blind

GIT works well. You can have a GIT project on GitHub, for example. It's free if the project is Open Source. GIT is a p2p version control system. Everybody has the whole mit history. You can synchronize the repositories when you have time...

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论