与 PHP 项目的小组开发人员合作

发布于 2025-01-03 05:04:39 字数 323 浏览 1 评论 0原文

希望通过互联网与 4-5 名开发人员合作处理 PHP 项目。

问题:有没有可以与 Netbeans IDE、Windows 7 和 IIS 一起使用的带/不带中央服务器版本控制系统?

请:不要推荐任何第三方服务器,例如 bitbucket 或 git-hub。我不想使用任何付费服务器或功能有限的免费服务器。

我想建立自己的服务器。这就是为什么向社区询问

提前致谢。

系统规格: 目前我的操作系统是:Windows 7 Ultimate X64,IDE是Netbeans 7.1。

Want to work with 4-5 devs over internet on PHP projects.

Question: Is there any with/without central server version control system that will work with Netbeans IDE, Windows 7 and IIS?

Please: don't suggest any third-party servers like bitbucket or git-hub. I don't want to use any paid server or free ones with limited posibilities.

I want to set-up my own server. That's why asking to community

Thanks in advance.

System specs:
Currently My OS is: Windows 7 Ultimate X64 and IDE is Netbeans 7.1.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

溺渁∝ 2025-01-10 05:04:39

我个人更喜欢git。由于我使用笔记本电脑工作,它允许我拥有自己的版本,同时仍然获得集中存储库的好处。

Windows 部分在此问题中得到了解答。

这应该是您正在寻找的东西,因为 git 与 netbeans 7.1 的集成非常好,并且易于使用和掌握。

I personally prefer git. Since I work from a laptop, it allows me to have my own versions, while still reaping the benefits of a centralized repository.

The Windows part was answered in this question.

This should be the thing you're looking for, since git integrates in netbeans 7.1 REALLY well, and is easy to use and master.

巷雨优美回忆 2025-01-10 05:04:39

cvs 和 svn 都很容易在服务器上设置,并且它们都有适用于所有提到的平台的客户端。

cvs and svn are both easy to setup on a server and they have clients for all the platforms mentioned.

掌心的温暖 2025-01-10 05:04:39

我们正在成功使用 gitosis。 gitolight 也可能是小型团队的一个选择,但我还没有使用过它。另一种选择是设置 gitious,但这对你来说可能有点过分了。

综上所述,大多数系统都设计为在 Linux 上运行。我们实际上在 Synology NAS 上运行 gitosis,有 2 名开发人员和大约 30 个项目。

您可能会对这篇文章感兴趣:Gitosis 替代方案?

We are successfully using gitosis. gitolight might also be an option for small teams but I have not used it. An other option is to set up gitourious, but this might be overkill for you.

Said all that most of this systems are desigend to work on Linux. We are actually running gitosis on a Synology NAS, with 2 developers and about 30 projects.

This post might be interesting for you: Gitosis alternative?

回忆那么伤 2025-01-10 05:04:39

您可以使用 ssh 帐户并创建一个在团队成员之间共享的 github 存储库。这种方法的限制可以忽略不计,因为您可以自己设置服务器。

查看 http://www.mindfuzz.net/?p=250 获取想法。

You can use an ssh account and create a github repo that is shared among the members of the team. The limitations are negligible with this approach since you can setup a server yourself.

Take a look at http://www.mindfuzz.net/?p=250 for ideas.

坐在坟头思考人生 2025-01-10 05:04:39

好吧,我决定把这个作为答案。

VisualSVN 是一个易于使用和设置的 SVN 服务器。只需从 http://visualsvn.com/server/download 下载免费版本并安装即可。然后参考http://www.visualsvn.com/server/getting-started/ 一些帮助您入门的提示。

您需要确保 NetBeans 支持 SVN。 此链接说明确实如此。

Ok, I decided to make this an answer after all.

VisualSVN is an easy-to-use-and-setup SVN server. Simply download the free version from http://visualsvn.com/server/download and install. Then refer to http://www.visualsvn.com/server/getting-started/ for a few tips to get you started.

You need to make sure that NetBeans supports SVN. This link states it does.

一身仙ぐ女味 2025-01-10 05:04:39

如果您想运行自己的服务器,您有很多选择。我个人很喜欢git,而且搭建自己的服务器也很容易。查看 Progit 的这一章: http://progit.org/book/ch4-0.html< /a>

它讨论了设置 git 服务器的选项,并有分步说明。

If you want to run your own server, you have many options. I personally like git, and it is quite easy to set up your own server. Check out this chapter of Progit: http://progit.org/book/ch4-0.html

It talks about your options for setting up a git server and has step by step instructions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文