Is there a way to create a bundle of files with perforce so that it is in a “held” state, not checked in, so that it can be retrieved easily?
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.
It sounds like the “shelve” functionality might be what you’re looking for. The documentation is here. Basically it keeps the files on the server, but they’re not actually submitted. You (or others) can then “unshelve” the changes into your clientspec.
If your server version (2009.2 or earlier) doesn’t support shelving, you might also want to check out p4tar, which can package a changelist into a file that can later be restored to your workspace.