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.
An update of AnkhSVN might help. From your description, you ran into this well known bug:
http://tortoisesvn.tigris.org/faq.html#incompleteupdate
To get this working again, update your working copy with the depth set to
infinity(since I don’t use AnkhSVN, I can’t tell you where that option is, but I’m sure there’s a way to do that).