2014-01-28

Source Link to CodePlex

All Subversion servers may be source linked to. Thanks to SvnBridge, all TFS projects hosted on CodePlex may also be source linked to using a URL like:

https://slntools.svn.codeplex.com/svn/!svn/bc/72529/Main/CWDev.SLNTools.UIKit.dll/CreateFilterForm.cs

See how to view a specific SVN revision in your browser for details. With the pdb source linked, you can debug into the assembly and have its source code downloaded from the source code management system on demand (forgive me, first time with Hangout, no audio):



SLNTools is a project for reading and writing .sln files. I found it to be a useful utility and so I pushed SLNTools.Core to the NuGet Gallery in November. I can be used from F# Interactive like so:


It's home is CodePlex and it uses TFS. However, when you are not a project member, you must use Subversion.

git svn clone https://slntools.svn.codeplex.com/svn/Main/ slntools

I then built everything using this FAKE build.fsx:

Loading gist ...
Git
If you are wondering how to Source Link to Git, then vote here!