I have a VS sln with about 5 projects that I created along with the majority of the files in each project. I commit changes to SVN via Ankh and it's just peachy. Another developer just started and he can retrieve the files via VS and can also commit to the repository (I aded him as a full control user), but I can't retrieve them via Ankh. I can see the files he's added in the repo-browser, but when getting project updates or even getting the entire sln from the server, I don't get his files.
He can retrieve anything I add, but not the other way around. Is there some user setting that I'm missing that would create this situation? I just noticed it today, and I need his files for unit testing and a full build ASAP. Any ideas?
Thanks.