I have a file in my workspace named click.py. I want to copy it to the common build server so that other user can pull it from there. And also it would be helpful if you can tell how to pull it also.
In perforce.
I thought of using a4 copy but I don't know exactly how to use it.
Use the
p4 addcommand to add files to a Perforce server.Other users synchronize their workspaces with the latest files in Perforce via the
p4 synccommand: