在maven创建的struts项目中使用svn
我已经通过发出 maven 命令创建了一个 struts 项目。现在我有了目录结构。我的朋友想使用 svn 从不同的机器在同一个项目中工作。
我们应该做什么?请问如何配置?
I have created a struts project by issuing maven command .now i have the directory structure.My friend wants to work in the same project from different machine using svn.
what should we do ? how to configure things please ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能希望在可以在两者之间共享的系统上创建一个 Subversion 存储库(可以是您的工作站或公共系统),然后将创建的项目签入存储库。
随后,你们俩可以同时结帐和处理该项目。
You would want to create a subversion repository on a system which can be shared between the two (it could be either of your workstation or a common system) and then check-in the created project to the repository.
Subsequently, both of you can checkout and work on the project concurrently.