We are using Vault 5.1.2 and both Visual Studio 2008 and Visual Studio 2010 along with the
SourceGear Vault Standard Visual Studio Enhanced Client. The problem we're seeing is that, with one project in particular, files get checked out automatically when changes are made (as expected) but then never show up in the "Vault Pending Changes" window within Visual Studio. As a result, to check in files belonging to this project, I have to use the Vault Client, which is aware that these files are checked out.
From what I can make of it, the problem seems to be that the files in question are in a different root directory than the project file that owns them. Here's what the directory layout looks like:
- 1. CryENGINE3\Code\Game\LichdomGame\CryGameScripts.vcxproj (location of project in question)
2. CryENGINE3\Lichdom (root location for files in the above project)
Is this a bug or the expected behavior? It is certainly inconvenient to have to go back to the Vault Client in order to check in any files belonging to this scripts directory.
I'm attaching the project file in question for your review. Any information you have would be appreciated.
Thanks.