perforce (aka client) clientview.
/ - .
/ , p4 client.
project-b, :
, , .
:
, -a project-b, :
- /. , . , - .
- , , perforce, , "constant.java" .
- , (, ). , "constant.java"?
There are likely to be more problems with this approach. I rather recommend either integrating the file from a to b, or vice versa, or (in a more complex environment) placing the file (perhaps this is not only the source file, but also a jar or a large lib library) in the artifact repository. Then the projects get it from there (through the dependency manager). See ivy or maven or gradle , for example.
These alternatives are certainly much more effort, but in a slightly complex software project they are definitely worth it.
source
share