Search found 3 matches

by ngallegos
Wed Nov 26, 2008 3:37 pm
Forum: Questions (API)
Topic: Commit and Get not working...
Replies: 5
Views: 9340

Re: Commit and Get not working...

Success!

When I had tried to specifically set the working folder before, I hadn't noticed that there was an overload that would let me force all subfolders to be inherited. Once I used that, everything worked great. Thank you!
by ngallegos
Wed Nov 26, 2008 3:05 pm
Forum: Questions (API)
Topic: Commit and Get not working...
Replies: 5
Views: 9340

Re: Commit and Get not working...

Here is the stack trace: at VaultClientOperationsLib.ClientInstance.ProcessGetFileRequests(GetFileInfo[] infos, MakeWritableType makeWritable, SetFileTimeType setFileTime, MergeType merge, Boolean updateHiddenFilesOnly, String ancestorFullPath, Boolean flat, String ancestorDiskPath, OverwritePrompt ...
by ngallegos
Wed Nov 26, 2008 1:35 pm
Forum: Questions (API)
Topic: Commit and Get not working...
Replies: 5
Views: 9340

Commit and Get not working...

Hello, I've tried and tried, using the examples and solutions to this problem in other topics, but cannot get the API to check in a modified file. This is what I am currently trying which is almost directly from an example on finding files, checking them out, modifying them, and checking them back i...