用于处理多个基于 java 的项目的首选免费开源项目管理和 SCM 工具组合是什么?
这一定是之前已经在这里回答过的问题,但我找不到一个好的答案。
我正在与几个人合作开发两个不同的概念验证 Web 应用程序项目,并且到目前为止一直在一起做所有事情。我们即将要使用一些源控制代码管理软件以及兼容的项目管理工具。我们正在考虑将 Redmine 与 SVN,想知道在我们被迫进行大量分析比较之前,你们中的一些人的偏好是什么。
不管怎样,这似乎是以前必须问过的问题类型,所以如果有人可以添加他们的想法或为我指出正确的方向,我将不胜感激。
谢谢!!!
PS:这些项目最终将首先移植到 Android,然后移植到 iPhone,如果这符合您的偏好
类似的堆栈溢出问题
What is the preferred free open source project management and SCM tool combination for working on multiple java based projects?
This must be something that has been answered on here before but i couldnt find a good one.
Im working with a couple people on two different proof-of-concept web app projects and have been doing everything together so far. We are about to the point where we would like to utilize some source control code management software as well as a compatable project management tool. We are considering Redmine with SVN, would like to know what the preferences of some of you guys out there were before we were forced to do a bunch of analytical comparisons.
Anyway, this seems like the type of questions that must have been ask before, so if someone could add their thoughts or point me in the right direction, it would be much appreciated.
Thanks!!!
PS: these projects will ultimately be ported to first android then iphone, if that carries any weight with your preferences
similar stack overflow question
发布评论
评论(3)
svn是最容易使用的,git非常强大
svn is the easyest to use and git is very powerfull
我目前在许多项目中使用 Trac + Git 后端。
您肯定想要比 SVN for Java 更好地处理重构的东西。在 SVN 中,更改类的包是一件很痛苦的事情; Git 会自动检测更改。
I am currently using Trac + Git back-end for a number of projects.
You definitely want something that handles refactoring better than SVN for Java. In SVN, it is a pain to, say, change the package for a class; Git will auto-detect the change.
我们正在使用 Atlassian 套件(Confluence/JIRA + JIRA Studio)并且对此非常满意。请参阅 www.atlassian.com(没有隶属关系,就像产品一样)。
We are using Atlassian suite (Confluence/JIRA + JIRA Studio) and are quite happy about it. See www.atlassian.com (no affiliation, just like the product).