We are using TortoiseSVN for version controlling in my office.
Yesterday I committed few new files to the repository. After my commit I asked my teammate to take update and build solution. He was able to build it. After a few more check in. I left for the day. In next morning one of the teammate inform me that a file is missing from repo due to which he is not able to build, and ask me to commit it.
I checked my working copy. It was showing file as commuted I take update. It removed file from my working copy. I checked SVN log, it shows I have never committed that file.
How it is possible? I mean:
- If I have not committed it how can some other teammate take update and build?
Why file was removed from my working copy if it was not under version control?
Or How can a file be missing from SVN log?