Can I work with Visual Studio Project and Solution files in a team using Subversion?

Posted by flyx on Stack Overflow See other posts from Stack Overflow or by flyx
Published on 2010-06-01T20:40:28Z Indexed on 2010/06/01 20:43 UTC
Read the original article Hit count: 131

We're a team of students doing a software project. As some of us don't use Windows, but the product needs to run on Windows and .NET, we want to develop on MonoDevelop and Visual Studio which both use Visual Studio files; language of choice is C#.

My question is: Can we check in the solution and project files into our repository without the possibility of severe conflicting problems? Example: Two guys add a new file to the same project, save and commit their changes. Will the project file get a conflict?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio