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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -