我可以集成不在我的客户端规范中的文件吗?

发布于 2024-07-14 11:08:49 字数 311 浏览 4 评论 0原文

有没有办法集成不在您的客户端规范中的文件?

具体来说,我们有一个目录,其中包含我在本地构建的大量静态库(因此我不需要将它们脱离源代码控制),并且不希望只是为了执行以下操作而将它们从服务器中拉下来整合。

在分支规范中:

//project1/project/lib/... //project2/project/external/project1/lib/...

在我的客户端规范中:

-//project1/project/lib/... //cleintspec /project1/project/lib/...

Is there a way to integrate files not in your client spec?

Specifically we've got a directory that contains a large number of static libraries that I build locally (so I don't need them out of source control), and would prefer not to have to pull them down from the server just to do an integrate.

In branch spec:

//project1/project/lib/... //project2/project/external/project1/lib/...

In my client spec:

-//project1/project/lib/... //cleintspec/project1/project/lib/...

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

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

发布评论

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

评论(1

俯瞰星空 2024-07-21 11:08:50

从你的问题中我不清楚整合方向是一个问题。 但是您可以从不在客户端规范中的文件进行集成,但不能从文件进行集成。

另一种方法是使用缺少库文件夹映射的分支规范。 只需复制当前分支规范,然后将其过滤掉即可。 然后你就可以非常愉快地集成,并且库将被忽略。

I'm not clear from your question of direction of integration is an issue. But you can integrate from files not in your client spec, but never to files.

An alternative would be to use a branch spec that misses off the library folder mapping. Just copy the current branch spec, and filter that out. Then you can integrate quite happily and the libs will be ignored.

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