I cloned a workspace in perforce from other credentials (as i was having some issue with my account back then due to permissions). Now i have the relevant permissions so want to change the owner of that workspace. In p4v tool, I logged in from the account through which the workspace was created and i tried to change the owner in the advanced options but it gives an error "Client specification failed: You can't create another user's workspace." Any ideas on how can we change the owner ?
Asked
Active
Viewed 1,477 times
0
-
1Did you try claiming ownership of the workspace while logged in as yourself? – Samwise Jun 04 '21 at 19:06
1 Answers
2
I'd recommend using the command line as it's much faster
p4 client <workspace name>
Then change the Owner: to the one you want, save and you're done.

tkosinski
- 1,631
- 13
- 17