How can I clear the list of recent connections from Perforce P4V?

前端 未结 7 1674
粉色の甜心
粉色の甜心 2021-02-13 12:09

Perforce P4V keeps a list of recent connections under the menu \'Connections -> Recent Connections\'. We have moved our Perforce depot files to a different server so I still hav

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-13 12:51

    Are you in Linux/Unix? If so, in your home directory is a .p4qt/ directory. If Windows, I'm sure you have something similar.

    You should have a file called appsettings.xml or ApplicationSettings.xml. It should have something like this:

     
     
     server:1666, bob, bob_workspace
     server:1666, steve, steve_ws
     server:1666, joe, joe_workspace
     
    

    Please note, I do not know XML, but you should be able to clear this out of your file. Or, you can delete this file and have it be recreated if you don't mind some preferences being reset.

提交回复
热议问题