user123456789
user123456789

Reputation: 81

How can i release checked out files locally in perforce

I am new to perforce. I need clarification on the below.

I have created workspace and by mistake i have checked out the entire project(all files). I have not done any changes in the local workspace. After some days i tried to get latest revision from the server it shows some merger conflict error.

Now, How can i release the checked out files without affecting remote files. Will it affect remote files if i do revert operation locally.

Thanks for your kind advice. Selva

Upvotes: 2

Views: 4756

Answers (1)

ChrisF
ChrisF

Reputation: 137148

If you haven't made any changes then simply reverting the checkout will "release the checked out files". This will not affect any files checked out or modified elsewhere as it is simply an operation that works on your copies of the files.

Any operation you can do will only affect your local copies and the files in the depot. You cannot directly affect files on other people's machines.

Upvotes: 4

Related Questions