Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perforce Windows plugin not working?

Tags:

perforce

Given: - Installed 64bit Windows perforce plugin - My workspace root: "c:\source" - Set "Add workspace root" from plugin preferences - Right click on file in "c:\source\project1" select check out - No status icons visible (checked in/out/, out of date, etc,)

Error: Client '' unknown - use 'client' command to create it.

like image 494
genxgeek Avatar asked Nov 20 '11 04:11

genxgeek


2 Answers

Set environmental variable P4CLIENT to your workspace name. Your workspace name is stored in p4 visual client under Connection->Edit Current Workspace

like image 188
Trismegistos Avatar answered Oct 06 '22 00:10

Trismegistos


You need to create the client by running p4 client on the command line or using P4V.

like image 40
SLaks Avatar answered Oct 06 '22 00:10

SLaks