Re: [p4] Can't delete a user with no workspace

Sambwise <[email protected]> Thu, 3 May 2018 07:40:02 -0700
Newsgroups gmane.comp.version-control.perforce
Message-ID <[email protected]>
Posted on behalf of forum user 'Sambwise'.

When you run "p4 opened" it should show you what client the file(s)
are open on:  myuser@someclient

Once you know which client you opened those files on (it was a client owned by
someone else, which is why "clients -u" didn't show it), you can
do:

p4 -c someclient revert //...

If you get an error about being on the wrong host, it means that client lives on
another machine.  At this point you have a decision to make -- do you
care about leaving that client machine in an inconsistent state or do you just
want to bail out and leave the owner of the client to deal with
it?  If you do care, go find that machine and run the revert command
there so it gets cleaned up.  If you don't care, do this:

p4 -c someclient -H somehost revert -k //...

or maybe this:

p4 client -df someclient



--
Please click here to see the post in its original format:
  http://forums.perforce.com/index.php?/topic/5715-cant-delete-a-user-with-no-workspace
_______________________________________________
perforce-user mailing list  -  [email protected]
http://maillist.perforce.com/mailman/listinfo/perforce-user