在一个项目中使用多个svn仓库

发布于 2024-12-07 11:25:19 字数 110 浏览 0 评论 0原文

是否可以在一个项目中使用多个svn存储库。 假设我有一个框架存储库和多个模块存储库。

在我的项目中,我将使用框架和这些模块,当框架存储库更新时,我需要能够将其与我的项目中的同步。与模块相同。

Is it possible to use multiple svn repositories in one project.
Lets say I have a framework repository and multiple modules repositories.

In my project I will be using the framework and those modules and when that framework repo is updated I need to be able to sync it with that in my project. Same with the modules.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生生漫 2024-12-14 11:25:19

我不是 100% 清楚你想要做什么,但你可能想查找 svn:externals 属性。如果存储库中的另一个文件夹被指定为您要签出的文件夹的外部,则在 svn 更新后它将包含在工作目录中,并且可以与工作目录的其余内容一起提交。

我经常使用单个 svn 存储库树中的单独文件夹来完成此操作。如果这就是您的意思,那么使用 svn:externals 可能会对您有所帮助。我从未尝试过从完全不同的 svn 存储库或服务器指定文件夹,所以如果这就是您想要做的,我不确定 svn:externals 是否适合您。你总是可以尝试。

I'm not 100% clear on what you are trying to do, but you may want to look up the svn:externals property. If another folder in the repository is specified as an external of the folder you are checking out, it will be be included in the working directory after an svn update, and can be committed along with the remainder of the contents of the working directory.

I have done this regularly with seperate folders in a single svn repository tree. If that is what you mean, using svn:externals could be helpful for you. I have never tried to specify a folder from a totally different svn repository or server, so if that is what you want to do, I am not sure if svn:externals will work for you. You could always try.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文