Skip to content

Instantly share code, notes, and snippets.

@ayseff
Created July 13, 2016 08:26
Show Gist options
  • Save ayseff/891d46d13e6998f339512fa1a7a4b2f4 to your computer and use it in GitHub Desktop.
Save ayseff/891d46d13e6998f339512fa1a7a4b2f4 to your computer and use it in GitHub Desktop.
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";})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment