Re: Let's stop using CVS for debian.org website
Mathieu Parent <[email protected]>
| Newsgroups | gmane.linux.debian.devel.general,gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <CAFX5sbznF_LfnTvVztxPA9M92fypU3Jh=O7bmowpNmUFDtO1gA@mail.gmail.com> |
2016-11-23 19:48 GMT+01:00 Andreas Tille <[email protected]>: > Hi, Hello, > On Mon, Nov 21, 2016 at 03:52:47PM +0000, Neil McGovern wrote: [...] > I can ensure that ~260MiB is quite much for my Vietnamese friend Minh > who just started with the translations. She is doing this on an old > netbook I have given her and her connection is weak as well. It would > be really good if partial checkouts would be possible. git clone has "--depth" flag. Setting it to 1 will reduce the bandwidth and used space. Regards