Technitium | Blog: TMAC Issue With Wireless Network & Workaround:
why mac address start with 02
Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
Feb 19, 2014
Feb 18, 2014
How to access full source of old commit in BitBucket? - Stack Overflow
How to access full source of old commit in BitBucket? - Stack Overflow:
I understand you want to download an older version via the BitBucket web interface without using a Mercurial/Git client.
Check this related question. On the comments, someone says that there is no way to do that. Fortunately, that's not entirely true.
By navigating on BitBucket project pages, I found no link to download an arbitrary version. There are links to download specific tags, in the format:
https://bitbucket.org/owner/repository/get/v0.1.2.tar.gz
But by tweaking a bit the url above, changing the tag name by the commit hash, like:
https://bitbucket.org/owner/repository/get/A0B1C2D.tar.gz
You can actually download a specific version.
Subscribe to:
Posts (Atom)