What is the best solution to work in team for a MVC2 Project.
I Know I could use SVN to versionning everything.
The problem with svn is we can work together on the same file and make conflict in commit action.
Is it possible to lock a file in svn to prevent working on the same file ?
Is SVN is a good tool to use in a .Net Project?
I have find a partner who will develop with me on my project. I don’t know much about this person. What is the best way to share an asp.net project without giving to him the entire ?.
1- What software should I use to share my project
2- If possiblie, how can I share only some files to my helper programmer?. (Maybe with Remote Desktop ?)
Thanks a lot.
You seem to be fairly new to version control. I suggest you read this article presenting an introduction to version control systems. It will help you understand how to use them effectively. It also goes over the difference between centralized and distributed systems, so you will be able to make a better choice for your needs.