你如何与 spring roo 进行团队合作?
我正在评估 Spring-Roo 在我的一个项目中的使用,但我不确定它如何在团队中工作。
- 团队中的每个人都可以使用 roo 安慰?
- 您如何将更改提交给 svn?
- 您如何管理合并和 分枝?
谢谢!
I'm evaluating Spring-Roo to use in one of my projects but I'm not sure how can it work within a team.
- Everybody in the team can use the roo
console? - How do you commit your changes to
svn? - How do you manage merges and
branching?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想这就是我要做的:
我不太认为有必要设立分支机构。即使对于多个团队成员的正常开发也需要合并,所以我不明白为什么 Roo 会很困难。
这有道理吗?
I think here is what I would do:
I don't quite see the need for branches. Merging is required even for normal development with multiple team members so I don't see why would it be difficult with Roo.
Does that make sense?
来自 Spring Roo 论坛 中的 Ben Alex:
需要注意的一件事是,据我所知,没有对 SVN 的官方支持,只有 git 的插件。另一位用户建议使用 Maven 对 Subversion 的支持。
您的构建/部署过程也将是一个因素。
From Ben Alex in the Spring Roo forum:
One thing to note is that there is no official support for SVN that I've seen, only an addon for git. Another user suggested using Maven's support for Subversion.
Your build/deploy procedures will also be a factor.