I am using the latest versions of Tortoise and VisualSVN client/server. I tried update to previous revision and back, but the situation has not changed.
Anyone knows why this happens?
@Ben Yes, I know it. But you don't understand my problem. For example, one guy commit a file image.jpg. I updated my working copy of project to new revision. But this file is not added to solution, and there is an error when building the solution (for example) that there is file image.jpg not found. But I can manually add this file to solution because it is in my project folder (it downloaded after upgrading to latest revision). You understand me?
UPD.
OK. Thanks to all who are trying to help me. Maybe I'm not very clear explains, so try again in more detail.
I have a server (PC) with VisualSVNserver and repository. I have TortoiseSVN and VisualSVN plugin for Visual Studio on my PC.
We worked on the project (I'm not one), and successfully commit changes and checkout. After one commit (I don't know number, there were several) there was a this problem.
If I update VisualStudio, do I see the file in the repository, but the solution file ignores it? Or, do I not even see the file in my Visual Studio layout.
If I don't see the file in VisualStudio, do I see the file using Windows Explorer? (And make sure Windows Explorer is setup to show invisible files!)
Yes, yes, after this commits the repository contains changes. I see it in repository (through the web server interface), and I see it using Windows Explorer (on my PC, in the folder with local working copy of project), but I don't see it when I open solution in VS (I can use in Solution Explorer Add->Existing item and add this files, but I think it's wrong).
So I tried update to previous revision and back (I thought it could solve my problem), but this does not work.
Yes, maybe this because some files were not added to the repository INSIDE of VS, but how I can fix project? (now I have broken project).
If I do a clean checkout with TortoiseSVN without VisualStudio, do I see the file?
What you mean "without VisualStudio"? I always use VisualSVN plugin for this. I do a clean checkout but it does not solve the problem.