Search code examples
visual-studio-2010svnvisualsvn-serverankhsvn

how to import project via ankhSVN from visual svn server?


We are two developers and want to share a project.

On one PC I have VisualSVN server installed (as a SVN server), TortoiseSVN (for adding project to repository), and ankhSVN (for Visual Studio, because it's easier than the others). I can create a repository and add a project to it. On the same PC I can get the project from SVN server using file://path. On the other PC I can browse the repository in a browser using https://PC2/sbn/prj/trunk, and also with repository browser in VS2010.

But when I want to import the project (file, open, open subversion project), I don't know how to address the URL file, because the https address does not work there.

Is there any special way to address that?


Solution

  • From repository Explorer select your host , add user and password and login to the server , then find your solution and then click on check out from svn , then you will be able to get the project from svn server .