Bookmarklet to Checkout SVN Repository from CodePlex Using Tsvncmd Protocol
javascript:(function(){var url = window.location.host.split('.'); window.location.href = "tsvncmd:command:checkout?path:D:\\_Source Code\\CodePlex\\" + url[0] + "?url:https://" + url[0] + ".svn." + url[1] + "." + url[2] + "/svn";})();