[p4] Renaming a user

Chuck Karish chuck.karish at gmail.com
Sun May 7 15:45:27 PDT 2006


On 5/3/06, Helck, Christopher <chelck at ebs.com> wrote:
> I want to change a user's name without having to recreate all of the
> clients that use it. Is this possible? Is it easy?

Yes and yes.

export P4USER=<new_user_name>
For each client:
  export P4CLIENT=<new_client_name>
  cd <client_root>
  p4 client -t <old_client_name>
  p4 flush ...@<old_client_name>

--
Chuck Karish   karish at well.com   (415) 317-0182



More information about the perforce-user mailing list