admin管理员组文章数量:1336631
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
2 Answers
Reset to default 4My 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...
本文标签:
版权声明:本文标题:Which Version control system you would prefer for HTML, CSS, Javascript development for small team of Developers? - Stack Overfl 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742331769a2454837.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论