Can perforce be adjusted so I don’t need to ‘open files for edit’? Someone told me that this was a ‘feature’, and that s/he guessed it could be turned off.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See http://www.perforce.com/perforce/doc.081/manuals/p4guide/02_config.html (section Configuring workspace options). You can set the
allwriteoption, but even then you would have to do the offline synchronization or something like checking out all files and doingp4 revert -a(revert unchanged files) to find out which files you changed.