How to delete a workspace in Perforce (using p4v)?

前端 未结 5 1888
感动是毒
感动是毒 2021-01-30 12:05

I\'m new to Perforce and have created a few workspaces as exercises for getting familiar with it. Now I would like to delete some of the workspaces. I just want to get rid of th

5条回答
  •  耶瑟儿~
    2021-01-30 12:52

    If you have successfully deleted from workspace tab but still it is showing in drop down menu. Then also you can successfully remove that by following these steps:

    1. Go to C:/Users/user_name/.p4qt

    user_name will be your username of your computer

    1. Inside 001Clients folder WorkspaceSettings.xml file will be there.

    There will be two tag

    1. varName = "RecentlyUsedWorkspaces" remove the deleted workspace tag

    2. A propertyList tag will be there with varName=deleted_workspace_name delete that tag.

    from drop down menu workspace name will be deleted

提交回复
热议问题