<div class="gmail_quote">On Sun, Jul 31, 2011 at 2:31 AM, Nick Sabalausky <span dir="ltr"><a@a.a></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">"Jacob Carlborg" <<a href="mailto:doob@me.com">doob@me.com</a>> wrote in message<br>
</div>news:j0oktj$167g$2@digitalmars.com...<br>
<div class="im">> On 2011-07-27 10:02, Nick Sabalausky wrote:<br>
>><br>
</div><div class="im">>> Plan is that it'll just grab the latest of each. AFAIK, I think that's<br>
>> how<br>
>> work in the...umm..."trunk"...of DMD/druntime/phobos is normally done.<br>
>><br>
>> Every time I've done it manually (ie, just a few times) it's worked out<br>
>> ok.<br>
>> I think DMD, druntime, and phobos are all stable enough that they<br>
>> wouldn't<br>
>> normally break each other unless a bad changeset gets committed or your<br>
>> versions get too out-of-sync with each other.<br>
><br>
> As long as it works. When implementing it, just a suggestion: don't pull<br>
> in a git library or similar, just download the zip archive containing the<br>
> latest sources from github.<br>
><br>
<br>
</div>I was going to go through tango.sys.Process to use the cmdline git to grab<br>
it. Is there a way to just download a zip from github without going through<br>
git? That would be better, since it wouldn't require the user have git<br>
installed, but I don't know of a way to do that.<br>
<br>
<br></blockquote><div><br></div><div>It isn't working for me at the moment, but try <a href="https://nodeload.github.com/D-Programming-Language/dmd/tarball/master">https://github.com/D-Programming-Language/dmd/zipball/master</a></div>

<div>This is from the Downloads button on a respository, and it gets you the latest revision in a zip file.</div></div><br>