Is it possible to create a link between two perforce repositories, kind of like symbolic links in linux.
是否有可能在两个perforce存储库之间创建一个链接,有点像linux中的符号链接。
Example: //depot/mydir/A@ -> //depot/mydir/B/
示例:// depot / mydir / A @ - > // depot / mydir / B /
So when you try to sync //depot/mydir/A, you will sync //depot/mydir/B/... Or integrate, or so on.
因此,当您尝试同步// depot / mydir / A时,您将同步// depot / mydir / B / ...或集成,或者等等。
I am not sure if such thing is possible. I will really appreciate some input on this matter.
我不确定这样的事情是否可行。我真的很感激这方面的一些意见。
Thanks!
1 个解决方案
#1
0
Remote depots might be what you're looking for:
远程仓库可能是您正在寻找的:
http://answers.perforce.com/articles/KB_Article/Using-Remote-Depots
A remote depot allows you to map part of the namespace of one server into a top-level depot in another server. You might create a remote depot called "B" on your server that maps to "//depot/mydir/B" on the remote server; then when you sync //B/... you're actually syncing //depot/mydir/B/... from the other server.
远程库允许您将一个服务器的部分名称空间映射到另一个服务器的*库。您可以在服务器上创建一个名为“B”的远程软件仓库,该软件仓库映射到远程服务器上的“// depot / mydir / B”;然后当你同步// B / ...时,你实际上正在从其他服务器同步// depot / mydir / B / ...
#1
0
Remote depots might be what you're looking for:
远程仓库可能是您正在寻找的:
http://answers.perforce.com/articles/KB_Article/Using-Remote-Depots
A remote depot allows you to map part of the namespace of one server into a top-level depot in another server. You might create a remote depot called "B" on your server that maps to "//depot/mydir/B" on the remote server; then when you sync //B/... you're actually syncing //depot/mydir/B/... from the other server.
远程库允许您将一个服务器的部分名称空间映射到另一个服务器的*库。您可以在服务器上创建一个名为“B”的远程软件仓库,该软件仓库映射到远程服务器上的“// depot / mydir / B”;然后当你同步// B / ...时,你实际上正在从其他服务器同步// depot / mydir / B / ...