Search found 81 matches

by Balthazor
Tue Oct 11, 2005 12:30 pm
Forum: Support (Vault)
Topic: Merge Explanation
Replies: 14
Views: 9561

Vault client does keep cached copies of specific versions of files, including the baseline. I doubt it is a good idea to delete those cached files. If you delete them, Vault will probably just refetch them when it needs them, but I cannot say for certain that this behavior applies to all circumstan...
by Balthazor
Tue Oct 11, 2005 11:46 am
Forum: Support (Vault)
Topic: Merge Explanation
Replies: 14
Views: 9561

Thanks for the quick reply! I skimmed through the HOWTO a bit, and I'll read it more closely when I get time. In the meantime, I've got a couple more questions related to your response. First, is the baseline related to the local cache files that Vault retrieves? If so, then what happens if those ca...
by Balthazor
Tue Oct 11, 2005 10:03 am
Forum: Support (Vault)
Topic: Merge Explanation
Replies: 14
Views: 9561

Merge Explanation

It would be much appreciated if I could get a concise explanation of how exactly the Merge functionality works. I just had a situation here where resolving the merge status on a Visual Basic module resulted in all my code changes being lost. I have no idea how this happened, since I lack a clear und...
by Balthazor
Fri Mar 11, 2005 4:54 pm
Forum: Support (Vault)
Topic: I need to know what the checkOutType values are.
Replies: 5
Views: 3808

Now my next question is...how do I check a file back in? I see checkout, I see undocheckout, but I see nothing to check in.
by Balthazor
Fri Mar 11, 2005 4:37 pm
Forum: Support (Vault)
Topic: I need to know what the checkOutType values are.
Replies: 5
Views: 3808

jclausius wrote:Try

VaultLib.VaultCheckOutType.CheckOut and VaultLib.VaultCheckOutType.Exclusive
Cool, thanks a bunch!
by Balthazor
Fri Mar 11, 2005 4:17 pm
Forum: Support (Vault)
Topic: I need to know what the checkOutType values are.
Replies: 5
Views: 3808

I need to know what the checkOutType values are.

I'm working on an app using the Vault API, and I need to check out a file. The function asks for a byte value for checkOutType: public VaultResponseItem[] CheckOut( VaultClientFile file, byte checkOutType, string comment ); I have no idea what value I need to pass in here, since they appear to not b...