Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does 'revert unchanged files' mean in Perforce?

What does the command 'revert unchanged files' do in Perforce? It sounds like a contradiction.

like image 437
Colonel Panic Avatar asked Sep 03 '25 15:09

Colonel Panic


1 Answers

You can have files checked out in perforce, but not have made any changes to them. They will still show up in your changesets. Revert means to remove it from your changeset, so only files actually changed will be checked out.

like image 131
Karl Bielefeldt Avatar answered Sep 05 '25 15:09

Karl Bielefeldt