we are currently starting a project involving people on windows and linux and using SVN.
The problem is that people who want to use Visual Studio (2010 for most of them) have problem with the folder structure and the syncing of there project.
they've got ankhsvn (http://ankhsvn.open.collab.net/), they are mapping the project to real folder, so everyone have the good file structure and the solution is on the SVN (we would prefer not to but ankhsvn kind of need it) other people just chekout the project folder under the solution on SVN.
But if someone that is not using SVN add a new file VS doesn't add it automatically and that cause a lot of trouble.
So is our setup right? is there a way to work well with this kind of environment? how would you suggest us to work?