how to handle solutions/versioning in subversion
        Posted  
        
            by Grayson Mitchell
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Grayson Mitchell
        
        
        
        Published on 2010-03-11T23:56:28Z
        Indexed on 
            2010/03/12
            1:47 UTC
        
        
        Read the original article
        Hit count: 361
        
We are using ankhsvn to check in our .net code, however I have two issues with our setup that I want to resolve.
1\ I thought a key reason to have a tool like svn is that you can rollback to an earlier version of your codebase. If developers are just checking in code, then how can you get version 1.1 (say the current production build), out of subversion?
2\ In VS you have the concept of solutions, many solutions might use the same project. How do I make sure when a developer checks out a solution, they get the appropriate versions of the projects that belong to that solution?
© Stack Overflow or respective owner