对开发工作室解决方案的建议(源代码库+错误跟踪器+构建管理)
我们是一个由 10 人组成的团队,致力于开发我们的下一个应用程序。
需要一个快速的解决方案来管理源代码存储库+缺陷跟踪器+构建管理。
Altassian JIRA studio 看起来很吸引人,但它是一个托管解决方案,我们不能将源代码放在云上!
有什么选择吗?提前致谢。
we are a team of 10 looking to develop our next APP.
Need a quick solution for managing source code repo + defect tracker + build management.
Altassian JIRA studio looks complelling but it is a hosted solution,we are not okay to have our source code on a cloud !
are there any options? thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许是 Collabnet 的 Teamforge、svn 集成(显然)、错误跟踪器、CI 的 Hudson、各种 IDE 的插件,以及其他一些功能,例如敏捷任务跟踪功能。
Collabnet's Teamforge perhaps, svn integration (obviously), bug tracker, Hudson for CI, plugins for various IDEs, and some other bits n bobs like agile task trackery features.
带有 Subclipse 插件的 Eclipse 负责 IDE 和源代码版本控制。它还具有 Maven 插件来进行构建和发布管理。我使用 bugzilla 进行错误跟踪,我认为它没有与 Eclipse 集成,但还有其他工具可以帮助您实现这一目标,请查看 eclipse 项目插件存储库 此处。
Eclipse, with Subclipse plugin takes care of IDE and source code version control. It also has Maven plugin to do builds and release management. I use bugzilla for bug tracking which I dont think is integrated with Eclipse but there are other tools that will help you get there, look at eclipse projects plugin repository here.