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.
.png)
Continue reading ‘AnkhSVN 2.0 Feature » Open from Subversion’
I’m happy to announce that AnkhSVN has been listed on Visual Studio Gallery.
Microsoft wants this web site to become the one-stop shop for all Visual Studio extensions, from free VS PowerToys like tools to VSIP products. Any developer is able to post information and add links to their Visual Studio extensions.
We hope this brings AnkhSVN under the attention of a new group of users, and also hope to attract new developers. New developers already joined the team, one works for CollabNet (the company behind Subversion).
The AnkhSVN project is now hosted at openCollabNet openCollabNet is "the online community extension to CollabNet products and Subversion" and the move represents an official commitment by CollabNet (the original sponsor of Subversion) to the AnkhSVN project in the form of developer time and other resources.
The subversion repository has been moved to http://ankhsvn.open.collab.net/svn/ankhsvn/trunk. Unlike before, anonymous access is no longer available, but you can checkout the repository using the username "guest" and a blank password. You can also browse the repository using the web interface.
Hopefully the co-operation with collabNet helps us meet new developers willing to help us out, building more community around Ankh.
This is a walkthrough about using source server indexed PDBs using Visual Studio 2005 or 2008, as described in a MSDN Magazine article. The next post will talk about producing source server indexed PDB files.
Visual Studio 2008 can also be configured to use a Symbol Server that provides source server indexed PDBs for debugging through the .NET Framework source code. SourceServerSharp enables you to produce PDBs for your own assemblies with similar possibilities.
Continue reading ‘SourceServer indexing and Subversion’