AnkhSVN 2.0 Feature » Open from Subversion

In AnkhSVN 2.0 there’s a new way to open an existing solution from subversion. In previous versions you had to use the Repository Browser to find the path you want to check out, and then check out to a local file path, then open the .sln file.

In 2.0 this is streamlined and also looks a lot more like other Scc providers (Visual SourceSafe/Team Foundation System) and work with the generic documentation

The command is in the File -> Open menu as shown below.

AnkhSVN Open from Subversion

Here you get a pretty default FileOpen dialog, with the exception that you enter urls in the File name: box. (This can be any url that Subversion supports like svn:// http(s):// svn+ssh:// and file:///)

AnkhSVN Open from Subversion

After entering an initial url, you can navigate to the solution file. This acts as a replacement for the repository explorer.

After clicking open on the sln file, the dialog below appears. Here we show a dropdown of the possible directories available for checkout, and we try to take an educated guess about which one is right (by looking at trunk/tags/branches, the top of the repository, the location of the sln file).

The local directory is the default projects directory as set in Options -> Projects and Solutions

When you hit OK, the checkout starts:

And when it finishes, the Solution is automatically opened

Post a Comment

Your email is never shared. Required fields are marked *

*
*