Search found 4 matches

by Tsukasa
Fri Apr 05, 2013 6:46 am
Forum: Questions (API)
Topic: CRC Check
Replies: 1
Views: 6792

CRC Check

How do I use CRC checking instead of looking at datetime through the api? This work's if I set it in the client and then use my application but I would like to make sure this option is set through my application. I've seen a post where you can set this at VaultClientFile but I'm checking in an entir...
by Tsukasa
Thu Apr 04, 2013 8:30 pm
Forum: Questions (API)
Topic: CheckIn issue
Replies: 1
Views: 16729

CheckIn issue

Here is the current scenario I have a zip file containing many xml files, changed or not. The creation dates will always change as these are generated upon the time being sent. I do a checkout on the folder to get the latest changes. Then I replace the files checkout with the files extracted from th...
by Tsukasa
Mon Jan 21, 2013 11:37 am
Forum: Questions (API)
Topic: Folder Creation Half Working
Replies: 2
Views: 7755

Re: Folder Creation Half Working

I have fixed the issue

All I did was move

Code: Select all

ServerOperations.client.AutoCommit = true;
to the top of the code.
by Tsukasa
Mon Jan 21, 2013 9:26 am
Forum: Questions (API)
Topic: Folder Creation Half Working
Replies: 2
Views: 7755

Folder Creation Half Working

c# Using the following to auto create a folder structure but it's only creating the following. It also adds my text file to the description folder. No errors. ClientName -ProjectName --Trunk ---Description if (ServerOperations.isConnected()) { VaultClientFolder folder = ServerOperations.ProcessComma...