0

I want to delete the client dpi-sigs which I created on my windows machine, I tried to remove the directory but nothing happened.

Click here to check the image

Jonah Graham
  • 7,890
  • 23
  • 55
Nabz C
  • 538
  • 1
  • 9
  • 28

1 Answers1

1

From the command line this will do it:

p4 client -d dpi-sigs
Samwise
  • 68,105
  • 3
  • 30
  • 44
  • Sam can you please check that Image, I just installed it, not using it on cmd – Nabz C Jan 17 '16 at 01:46
  • Information about your client is stored on the Perforce server. Removing the directory on your workstation is fine, but you have to issue a command to the Perforce server to tell it to remove your client information from its database. Your server administrator can help you with this. – Bryan Pendleton Jan 17 '16 at 17:34