Re: Let's stop using CVS for debian.org website
Steve McIntyre <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 28, 2016 at 06:33:34PM +0100, Bálint Réczey wrote: > >I have just learned a new trick which would help people with limited bandwidth. > >It is not a subtree clone, but the result is practically the same and >the downloaded data is minimal: >$ git archive --remote=ssh://git.debian.org/git/collab-maint/ffmpeg.git >master debian/ | tar xvf - > >It does not work with GitHub, but does perfectly with git.debian.org. And it throws away the .git directory, making it useless for people working on stuff - they can't commit...