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

前端 未结 7 1681
粉色の甜心
粉色の甜心 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 13:00

    On Windows7 and P4 2011.1 it's slightly different;

    %USERPROFILE%\.p4qt\ApplicationSettings.xml
    

    You can edit the recent connections in this attribute;

    <StringList varName="RecentConnections">
        <String>192.168.0.1:1337, Username, Workspacename</String>
        <String>192.168.0.1:1337, Username</String>
    </StringList>
    
    0 讨论(0)
提交回复
热议问题