SVN - 多种解决方案中的项目
有没有办法在 SVN 中跨多个解决方案共享项目? 我已经在一个解决方案中有一个类库,我想将其导入到另一个解决方案中。 我可以在新解决方案中导入项目吗?还是路径会出现问题(因为项目不在同一个存储库中)? 有一个更好的方法吗?
Is there a way to share a project across multiple solutions in SVN? I already have a class library in a solution that I want to import in another one. Can I just import the project in the new solution or will there be a problem with paths (since the project is not in the same repository)? Is there a better way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我将添加另一个
externals
链接:如何开始使用svn:外部?
I'll add another
externals
link:How to get started with svn:externals?
听起来你想要svn:externals。
Sounds like you want svn:externals.
查看 svn externals
http://svnbook.red-bean。 com/en/1.5/svn.advanced.externals.html
look at svn externals
http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html