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: 289

Filed under:
|

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

Related posts about ankhsvn

  • AnkhSVN versus VisualSVN

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN? AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch. >>> More

  • AnkhSVN Commits Are Very Slow

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Recently, I had to move my SVN repositories to a different server, but I am experiencing some performance problems since the move. I am using Visual Studio 2005, AnkhSVN 2.1.7819.411 and TortoiseSVN 1.6.6 on my workstation and VisualSVN Server on the server which runs Windows Server 2008. Whenever… >>> More

  • AnkhSVN: moving a project to another repo

    as seen on Stack Overflow - Search for 'Stack Overflow'
    My task is to move this VS solution and projects to another SVN server. I'm working with Visual Studio 2010 RC1 and AnkhSVN 2.1.7819.... Currently the files are all bound to a repo at C:\Repositories\foo. I'd like to move it to http://someSite/svn/foo I'm presented with this error message: … >>> More

  • Create new ASP.NET Website using Subversion and AnkhSVN

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hello! Im trying to create a new ASP.NET website and add it to my subversion repository but it does not work because subversion only add the C:\Users\XXX\Documents\Visual Studio 2008\Projects\WebApplication1 folder and ignores the project files located in C:\Users\XXX\Documents\Visual Studio 2008\WebSites… >>> More

  • AnkhSVN

    as seen on C# Source - Search for 'C# Source'
    AnkhSVN is a Visual Studio .NET addin for the Subversion version control system. It allows you to perform the most common version control operations directly from inside the VS.NET IDE. Not all the functionality provided by SVN is (yet) supported, but the majority of operations that support the daily… >>> More

Related posts about svn