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

前端 未结 7 1675
粉色の甜心
粉色の甜心 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:48

    On windows, the path is C:\Users\userName\.p4qt\ApplicationSettings.xml, and you should quit P4V first, then edit the ApplicationSettings.xml, and remove those items in:

    
        192.168.0.1:1337, Username, Workspacename
        192.168.0.1:1337, Username
    
    

    Reopen P4V and you will find the other recent connections is gone...

    If you are using the P4VS plugin for Visual Studio, then you need to open C:\Users\yourName\AppData\Roaming\Perforce\P4VS\LocalSettings.ini

    Delete the other items in:

    
        
                192.168.0.1:1337
                yourUserName
                yourWorkSpace
        
        
                192.168.0.2:1337
                yourUserName2
                yourWorkSpace2
        
        
        
        
    
    

    Now, its clean...

提交回复
热议问题