Skip to content

Instantly share code, notes, and snippets.

@nlguillemot
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlguillemot/bae216ae2e2cab9bf32f to your computer and use it in GitHub Desktop.
Save nlguillemot/bae216ae2e2cab9bf32f to your computer and use it in GitHub Desktop.
P4VS problems I've encountered

From memory...

  • Periodically freezes Visual Studio for a long period of time while refreshing status.
    • Workaround: Set the refresh period to some obscenely huge number (the status of your files is then never refreshed)
  • Tends to give P4 error pop-ups when opening files outside of your project (eg: stdlib headers, files from other projects...)
  • Deleting files from project (while simultaneously marking for delete) gives an error saying the file doesn't exist (but also deletes it. double delete?)
  • Deleting N files from a project sequentially gives N pop-ups asking if you also want to mark for delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment