• Tarball Downloads

    defunkt 3 Mar 2008

    Alright, not everyone has moved to Git yet. For the old fashioned we now provide tarball downloads.

    They should work with any branches or tags, defaulting to master. Yet another excuse for not moving to GitHub: destroyed!

  • Comments

    mattetti Mon Mar 03 15:48:44 -0800 2008

    cool, what about having a SVN repo for project? Using a nice post commit hook that shouldn’t be too too hard for geniuses like you ;)

    defunkt Mon Mar 03 15:50:25 -0800 2008

    We’re a Git hosting site, not an SVN hosting site :)

    mattetti Mon Mar 03 15:53:26 -0800 2008

    I know, I know… it’s just not always easy to convince people to use git. Having a SVN output of a git repo would really help me in the short term(I wouldn’t have to convince anyone to switch).... but in the long term that wouldn’t solve any issues.

    anyway, the tarball solution is awesome!

    mtodd Mon Mar 03 19:00:31 -0800 2008

    Also, providing SVN access doesn’t give them any incentive to switch… so that sucks.

    jcnetdev Mon Mar 03 20:56:16 -0800 2008

    Brilliant!

    automatthew Tue Mar 04 07:52:22 -0800 2008

    An guide for tracking SVN repos might be useful.

    mattetti Tue Mar 04 17:03:17 -0800 2008

    if you still want to maintain a SVN repo, you probably need to use the post receive hook as explained here: http://github.com/guides/post-receive-hooks

    grempe Sat Mar 08 15:27:31 -0800 2008

    It would be nice if this were an actual link and not a button (In the URL’s section).

    This would make it more intuitive to be able to copy the link into an email, or into a wiki page with instructions for downloading a bare tarball copy.

    (Yes, I know you can right click the button and copy the URL, but its not very intuitive) :-)

    In lieu of making that change you should have instructions in the help for how to construct such a link:

    http://github.com/USERNAME/PROJNAME/tarball/BRANCH

    Love the GitHub.

    Please log in to comment.