存储库 - PHP
我是存储库新手,目前正在四处寻找最佳选择。 我需要一些可以处理我们网站的多个版本的东西,并允许多个协作者一起推送到存储库。
我们当前的项目是用PHP构建的,我们有一个MySQL数据库。
我缺乏资金,需要用我们的钱找到最好的选择。
我对我们服务器的 ssh 访问权限有限,但是我几乎没有使用存储库的经验。
谢谢, 麦克风
I am new to repositories and am currently looking around to find the best possible option.
I need something that can handle multiple versions of our website, and allow multiple collaborators to all push to the repo together.
Our current project is built in PHP, and we have a MySQL database.
I am short on funding and need the best option for our money.
I have limited ssh access to our server, however I have little to no experience working with repositories.
Thanks,
Mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
另请考虑 Mercurial。我会推荐 Git 或 Mercurial 而不是 subversion。 Subversion 比较旧,缺乏您以后可能会需要的功能。
Also consider Mercurial. And I would recommend Git or Mercurial over subversion. Subversion is older and lacks capabilities you may find you'll want/need later on.
或者 Mercurial https://www.mercurial-scm.org/
这里有一个很棒的 Mercurial 教程:
http://hginit.com/ ;)
Or Mercurial https://www.mercurial-scm.org/
An excellent Mercurial tutorial here:
http://hginit.com/ ;)
听起来你想学习 Subversion 或 Git。这两个网站都将为初学者提供文档。鉴于您的要求,听起来 Git 将是您最好的选择。
祝你好运!
Sounds like you'd want to learn either Subversion or Git. Both of those sites will have documentation for beginners. Given your requirements, it sounds like Git would be your best bet.
Good luck!
Perforce 非常广泛,他们有基于 Java 的最终用户客户端,因此它几乎可以在任何操作系统中工作。我不会说它是最简单的,但我们将它用于我们的产品,每 3 周发布一个新版本,并且您不必为每个单独的版本复制代码,您只需将文件标记为是一个特定的版本。我们还使用它来存储 SQL 更改、定义和初始值,以及站点的图像、css、js 等。
Perforce is pretty extensive and they have end user clients that are Java based, so it'll work in pretty much any OS. I'm not going to claim it's the easiest, but we use it for our product which releases a new version every 3 weeks, and you don't have to make copies of the code for each separate version, you merely label the files to be a specific version. We also use it to store our SQL changes, definition and initial values, along with the site's images, css, js, etc.
我们一直在使用 http://beanstalkapp.com,它是托管的 subversion 和 GIT,所以你不必处理服务器端的事情。在过去的两年里,它对我们来说非常有效。
We have been using http://beanstalkapp.com, it is hosted subversion and GIT so you do not have to deal with the server side of things. It has worked great for us for the past 2 years.