I have VS2010 up and running with SVN integration using the AnkhSVN client which works well. I'm more used to working with Subversion with php projects on the LAMP stack and am unsure how to setup my VS2010 workflow to make it easy for 3 or 4 developers to work off the one Visual Studio solution.
A couple of quick queries someone might be able to help with.
1.) After I've setup my VS solution and project and completed the initial import/add to the SVN repo, what's the best way for Developer 2 to setup their machine? Should they create an empty VS solution with the same name and then checkout the source from the repo into the same directory on their local machine? Or should the contents of the repo be enough for VS2010 to open the project?
2.) What's the best way to maintain a list of ignored files which will never need to be managed via SVN (such as a web config file etc.)
3.) What VS files should NEVER be managed by a central SVN repo that need to be specific to an individual developers machine?
Any pointers are greatly appreciated.
Ed