Created
July 13, 2016 08:26
-
-
Save ayseff/891d46d13e6998f339512fa1a7a4b2f4 to your computer and use it in GitHub Desktop.
Bookmarklet to Checkout SVN Repository from CodePlex Using Tsvncmd Protocol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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