We use ankhsvn to test our .net code, however I have two problems with our installation that I want to solve.
1 \ I thought that the key reason to use a tool like svn is that you can roll back to an earlier version of your code base. If developers just check the code, then how can you get version 1.1 (for example, the current build) from subversion?
2 \ In VS, you have a concept of solutions, many solutions can use the same project. How can I make sure that the developer checks the solution, they get the corresponding versions of the projects belonging to this solution?
source share