Perforce: creating a bundle in a held state
Is there a way to create a bundle of files wit开发者_StackOverflowh perforce so that it is in a "held" state, not checked in, so that it can be retrieved easily?
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.
精彩评论