AnkhSVN: moving a project to another repo

Posted by pcampbell on Stack Overflow See other posts from Stack Overflow or by pcampbell
Published on 2010-03-08T04:45:00Z Indexed on 2010/03/08 4:51 UTC
Read the original article Hit count: 506

Filed under:

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

alt text

alt text

I'm presented with this error message:

Repository UUID '152c39db-5799-4234-85f2-074004a6fcad' doesn't match expected UUID '6c83444d-7f93-d64a-b0a0-23283495cf17'

Questions

  • How can I avoid this message in AnkhSVN?
  • Are there better solutions for moving the source into a repo on the new target?
  • How can I get Ankh to 'forget' that repo at C:\Repositories\ forever?

© 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