I am trying to modify my build script to work with a new project that is based in perforce. The script creates the tag and then wants to check the tag in the temp directory. In subversion, I would use the command svn export. In git, I would git archive | tar -x. Is there an equivalent command in p4? Or do I need to configure the client’s temporary space, synchronize, build, and then delete the client space?
James source
share