1. From Vault client 2.0.5, I check out a renegade file with the option "overwrite". Vault shows a prompt that the local file might have been modified. I press cancel. Nevertheless, the file becomes checked out in Vault. But the local file remains unchanged.
2. Same, but with option "attempt automatic merge". Result: no prompt (why?) ; the local file remains unchanged; contrary to the Help, no subdirectory is created.
3. same but with "merge later" - result: same as in (2).
Check Out problems
Moderator: SourceGear
Check Out problems
Vadim Rapp
Re: Check Out problems
Get is part of the Checkout, and the cancel refers to the Get, not the Checkout. However, this is a bug that is logged in the DB.vrapp wrote:1. From Vault client 2.0.5, I check out a renegade file with the option "overwrite". Vault shows a prompt that the local file might have been modified. I press cancel. Nevertheless, the file becomes checked out in Vault. But the local file remains unchanged.
Your previous post reported a problem related to Renegade and Attempt Auto Merge. This looks like the same issue.2. Same, but with option "attempt automatic merge". Result: no prompt (why?) ; the local file remains unchanged; contrary to the Help, no subdirectory is created.
The prompt dialog is only displayed if it is about to overwrite a file. With merge later, no attempt to overwrite the file is made, so no prompt is displayed.3. same but with "merge later" - result: same as in (2).