Reputation: 47
I'm trying to delete the files and history from a Stream I tried "p4 obliterate" command, but it says "you don't have permission for this operation" but I create this stream and also I'm the only user and also the super user , show by here , So my QUESTION is why and how can delete the stream , thanks . I know people say not recommend to NOT DO THIS.I have my own reason so don't worry.
Upvotes: 1
Views: 497
Reputation: 71562
Prior to running "p4 obliterate", run "p4 info" and check what it says your user name is.
If it does not say "kitman.yiu", do:
p4 set P4USER=kitman.yiu
and try again.
Upvotes: 1