0

When Im in the client root, using the p4 info I can get the information about the sandbox including the client name.

But, when I know the name of the perforce client, how do I get all the information about the sandbox including the location of it

BAdhi
  • 420
  • 7
  • 19

1 Answers1

0

There isn't such a thing in Perforce as a "sandbox". Usually when people use that term, they're coming from a ClearCase world and using "sandbox" to refer to the client workspace.

So if you want to know where the "sandbox" is and you've already found the "client root", you're there! The client root is the thing you're looking for.

Samwise
  • 68,105
  • 3
  • 30
  • 44
  • The thing is I haven't found the client root. I just know the name of the client. Can I extract the client root from the client name? – BAdhi Jul 14 '20 at 14:50
  • Run `p4 info` (like you said you did in your OP) -- the `Client root` is included in that output. – Samwise Jul 14 '20 at 15:02