"Get Latest Version failed for some files. See the Messages Window for details."
In the messages tab we see;
Code: Select all
[size=85]at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at VaultLib.Misc.FileCopy(String source, String dest, Boolean overwrite)
at VaultClientOperationsLib.WorkingFolder.UpdateWorkingFile(VaultClientFile file, Int64 targetVersion, Int64 displayVersion, MergeType merge, VaultDateTime dt, Boolean makeBackups, OverwritePrompt PromptData)
at VaultClientOperationsLib.WorkingFolder.UpdateWorkingFile(VaultClientFile file, Int64 targetVersion, Int64 displayVersion, MergeType merge, VaultDateTime dt, OverwritePrompt PromptData)
at VaultClientOperationsLib.UpdateThread.ProcessCommand(UpdateThreadCommand command, UpdateThreadCommandResult& outputResult)[/size]
Do you have any idea what would cause that?
I suspect that it is a path length issue even though it's not 248 characters because it seems to be failing at the deepest file in the folder structure being checked out. Of course that begs the question of how it got in there.