czerny
czerny

Reputation: 16664

Where is Perforce workspace mapping stored?

Where does Perforce store workspace mapping configuration (in P4V accessible through Menu > Connections > Edit Current Workspace... > tab Basic, related P4V guide)?

Example of workspace mapping:

//depot/...         //bruno/depot/...
//user_depot/...    //bruno/user_depot/...
//projects/...      //bruno/myprojects/...

Upvotes: 2

Views: 1200

Answers (1)

Samwise
Samwise

Reputation: 71479

All of the metadata for each workspace (and everything else) is stored in the server database. (Client views specifically live in the db.view table.)

Upvotes: 2

Related Questions