I'm trying to check-in a file and it gives "The file could not be found" error. I checked the log and the error is FailFileNotFound.
This seems to be due to the fact that in the check-in dialog the same file is listed 3 times in the files list (I am only checking in the one file). When I uncheck all but one in the list it worked. Another file is showing twice in the list and gives a FailDbFault error on check-in.
Could you tell me what is causing the repeated file in the file list and the file not found error.
Thanks.
We are using version 4.0.4
"The file could not be found" when trying to check
Moderator: SourceGear
I am using Visual Studio version 2005 with the 2003 compaible client, with all the default options except that the Checked-in item behaviour On Edit/On Save is set to prompt before checking out.
But in this case I had checked it out using the vault client, in order to copy over some changes made by someone else outside of source control. I then checked it in using the Vault client and got that error.
But in this case I had checked it out using the vault client, in order to copy over some changes made by someone else outside of source control. I then checked it in using the Vault client and got that error.
Yes, moving the folders around will make a big difference. If you are using IDE integration, you shouldn't set a working folder in Vault, or if you do, you have to make sure they exactly match.
Your working folder needs to be the same as the location you checked out to.
When you next try to open your project in Visual Studio, you may have some problems, because Visual Studio won't know where things went to either. If that's a problem, then you will probably have to unbind the project, remove from solution explorer the items it can't find, re-add them to the solution from disk, and then when done with all that, rebind it back to it's Vault location.
Your working folder needs to be the same as the location you checked out to.
When you next try to open your project in Visual Studio, you may have some problems, because Visual Studio won't know where things went to either. If that's a problem, then you will probably have to unbind the project, remove from solution explorer the items it can't find, re-add them to the solution from disk, and then when done with all that, rebind it back to it's Vault location.