<div class="gmail_quote">On Sat, Dec 4, 2010 at 02:26, Raymond Wagner <span dir="ltr">&lt;<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Github provides the same capability, but you have to use the git commit hash.  For example, the latest commit against master is 42a3c6f4c65c40b9dcd73272f23bfac379caf2a5, so to pull that from github, you would use...<br>
<br>
<a href="https://github.com/MythTV/mythtv/tarball/42a3c6f4c65c40b9dcd73272f23bfac379caf2a5" target="_blank">https://github.com/MythTV/mythtv/tarball/42a3c6f4c65c40b9dcd73272f23bfac379caf2a5</a><br>
<br>
If you prefer, you can also get &#39;zipball&#39; instead.  The only difference is that this will pull the entire repository, and will place it in<br>
<br>
MythTV-mythtv-&lt;tree&gt;<br>
<br>
Where tree would be the first seven characters of the hash, or &#39;42a3c6f&#39;.  You will have to navigate down to the directory you want to use.</blockquote><div><br>Thanks Raymond, I hadn&#39;t found that yet, and that&#39;s perfect.  :)<br>

<br>So, when speaking in conversation about a specific version, for example on the list and such, then, will we be using that short version of the hash?  e.g. &quot;tested against 42a36f&quot;?<br><br>For me (and perhaps others), the downsides of referring to builds with a hash, say something like &quot;0.24.42a36f&quot; are (a) my packaging system (Gentoo&#39;s portage) doesn&#39;t like letters in version numbers, and (b) hashes aren&#39;t lexicographically ordered with maturity, to my knowledge (I&#39;d be happily wrong if corrected on that).  For example, the package manager might be wrong in thinking that version (commit) &quot;37beef&quot; is older than &quot;a8dead&quot;, so a commit hash wouldn&#39;t be interoperable here as a &quot;revision number&quot;.<br>

<br>I suppose the &quot;git&quot; way would be to tediously give every merge commit on the fixes/0.24 branch a numerically increasing tag for easy reference, but I haven&#39;t heard mention of any plans to do that.  I could do it locally, but that would be meaningless to the rest of the world.<br>

<br>Any thoughts gratefully welcomed!<br><br>Thanks again,<br>Eric<br></div></div>