Perforce - Find modified/Hijacked Files -
on perforce without checking out files, modified many files. wanted see list of modified files. tried using p4 diff -f -sa, p4 changes -m 5 ./.. commands. getting below error: invalid user (p4user) or client (p4client) name. purely numeric name not allowed - '123456'.
please let me know how resolve error , find list of modified/hijacked files.
normally command you'd want use "p4 status", error you're getting indicates p4user and/or p4client set incorrectly, , nothing's going work until fix that. (your p4user should set perforce user name, , p4client name of workspace synced these files to). you'll need double check "p4 info" or "p4 set" , correct whichever that's not set correctly.
Comments
Post a Comment