Platform : Visual Studio 2010 + AnkhSVN plugin. Or TortoiseSVN in Windows Explorer. Server : VisualSVN Server free version + Windows Server 2003 x64. Problem:
I use the VS2010 to edit my code with our team, I choose the multi-user mode of SVN to host my project. I usually encounter the error : "one or more of your local resources are out of date....", I can't "update to lastest version".
If my workmate change a file and check in it, I want to update my local file. The same file can't to update to lastest version. I had better to delete my file in windows explorer, then go to its parent folder to update to get the new one. It's uneffective.
When I have a conflit in a file, I want to merge my file with the HEAD version in the project. But I don't know how to do. The merge function look like only support folder branch, doesn't support file merge.