I want to get files from Perforce without putting them in the workspace.
eg. I made changes to 2 files.
file1.cs
file2.cs
Now I want to build a project using the updated file1.cs file, so I want to get the latest files except file1.cs.
I thought I would get another local copy of the project and build it.
source
share