Hi,
I am new to Perforce. There seems to be a a misconfiguration in our current Server, as anybody can change anyone else's workspace options.
Does anyone know how to quickly fix that problem ?
Thanks,
Thomas
|
|
Hi, I am new to Perforce. There seems to be a a misconfiguration in our current Server, as anybody can change anyone else's workspace options. Does anyone know how to quickly fix that problem ? Thanks, Thomas
|
|||
|
|
|
|
I don't know of a way to easily or quickly fix the problem. Having said that, is the ability being there really a problem? Or is it that different people think they have ownership of different workspace configurations? Here where I work, we prefix the username to any workspace that we want to maintain as our own, and leave it off of shared workspaces (or use a different prefix, at times). If it is a situation where the ownership of a workspace is unclear and that is causing issues, this would resolve your problems. If it is a situation where coworkers are ignoring the ownership and intentionally making changes, you likely have other problems to worry about. |
||
|
|
|
|
If you set the 'locked' option in the workspace, then the workspace can only be modified by its owner (or by a user with 'admin' or higher access level). It'll also prevent other users from using or deleting that workspace. |
||
|
|
|
|
Not a direct fix, but you can track changes made to client specs by implementing a "Spec Depot". See KB article here. I must admit prior to reading your question I did not even realise you could modify another user's client spec without admin rights. In the 9 years of using Perforce I have never come across that as being an actual problem for people. cjhuitt's suggestion of prefixing a client spec with user name/initials is a good one, and is pretty common practice, particularly in larger installations. |
||
|
|
|
|
Locking the workspace is the way to go, thanks Heath. I have worked on a small PERL script to lock all existing workspaces:
I will now work to try to enforce the lock option with a trigger after a workspace is created or edited. :) Thomas |
||
|
|