TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Version control for PHP?

2 点作者 thatusertwo大约 14 年前
We have a 5 person team, we are looking for a version control system for our PHP project, any suggestion / direction? We use a mix of windows / OSX. Using a Linux based web server.

5 条评论

tekacs大约 14 年前
If you must use Windows, Mercurial is known to be more Windows-friendly than Git while maintaining many/most of its benefits (and has very similar command syntax). It's written in Python and so works beautifully on Windows, OSX and Linux...<p><a href="http://mercurial.selenic.com/wiki/Tutorial" rel="nofollow">http://mercurial.selenic.com/wiki/Tutorial</a> is as good a place to start as any (or see <a href="http://mercurial.selenic.com/guide/" rel="nofollow">http://mercurial.selenic.com/guide/</a>) for pointers to some tutorials...
评论 #2506635 未加载
robertboloc大约 14 年前
I use Subversion because it was the system used at my job, but I also used Git for personal projects ant had no problems with either. I think Subversion is a bit more "Windows-friendly" and there are plugins for most IDE's, but Git is very powerful.
oemera大约 14 年前
Git. Although I don't know how it performs on windows. OS X and Linux is just fine.<p>To give you a better answer please provide information about version control knowledge, such as "Did you ever use a VCS?", "What did you use before?".
thatusertwo大约 14 年前
We have never used version control before, we literally have no idea what we are doing. Any help?
adelevie大约 14 年前
Git should work just fine.