Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"We came. We saw. We kicked its ass." -- Bill Murray, _Ghostbusters_


devel / comp.unix.bsd.freebsd.misc / on git cloning src.git

SubjectAuthor
* on git cloning src.gitJohanne Fairchild
`* Re: on git cloning src.gitJohn D Groenveld
 +* Re: on git cloning src.gitThe Doctor
 |`- Re: on git cloning src.gitJohanne Fairchild
 `* Re: on git cloning src.gitJohanne Fairchild
  +* Re: on git cloning src.gitJohanne Fairchild
  |`* Re: on git cloning src.gitPhilippe Michel
  | `- Re: on git cloning src.gitJohanne Fairchild
  `- Re: on git cloning src.gitThe Doctor

1
on git cloning src.git

<87plvd2584.fsf@tudado.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=627&group=comp.unix.bsd.freebsd.misc#627

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jfairch...@tudado.org (Johanne Fairchild)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: on git cloning src.git
Date: Thu, 28 Mar 2024 22:31:55 -0300
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <87plvd2584.fsf@tudado.org>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Fri, 29 Mar 2024 01:31:56 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f666225367230cb092212f4ff55a99ef";
logging-data="4120451"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18IbpSa7AA1NT/t6JKVYU6LnhMaRimIuHk="
Cancel-Lock: sha1:5UpbsLbzdDQS+rx7D+hQOkVQXKQ=
sha1:fk9rDKJWF6AhGQNzuzNUvSr5Wmk=
 by: Johanne Fairchild - Fri, 29 Mar 2024 01:31 UTC

I am not doing well with git cloning either ports or src. I apparently
downloaded all the source code, but git is frozen at the last step. I
don't have my shell back and I don't see any files in /usr/src.

Here's my first attempt:

--8<---------------cut here---------------start------------->8---
# git clone -o freebsd https://git.FreeBSD.org/src.git /usr/src
Cloning into '/usr/src'...
remote: Enumerating objects: 4477011, done.
remote: Counting objects: 100% (382834/382834), done.
remote: Compressing objects: 100% (28535/28535), done.
Receiving objects: 100% (4477011/4477011), 1.63 GiB | 14.53 MiB/s, done.
remote: Total 4477011 (delta 377113), reused 354299 (delta 354299), pack-reused 4094177
Resolving deltas: 100% (3558675/3558675), done.
Checking objects: 100% (16777216/16777216), done.

--8<---------------cut here---------------end--------------->8---

I then gave up and pressed C-c.

I tried a second time, but also trying to clone ports in parallel. Both
terminated at the same time with the message:

# git clone -o freebsd https://git.FreeBSD.org/src.git /usr/src
Cloning into '/usr/src'...
remote: Enumerating objects: 4477016, done.
remote: Counting objects: 100% (382834/382834), done.
remote: Compressing objects: 100% (28535/28535), done.
Receiving objects: 100% (4477016/4477016), 1.63 GiB | 8.82 MiB/s, done.
remote: Total 4477016 (delta 377118), reused 354299 (delta 354299), pack-reused 4094182
fatal: fetch-pack: invalid index-pack output
#

%sudo git clone https://git.FreeBSD.org/ports.git /usr/ports
Cloning into '/usr/ports'...
remote: Enumerating objects: 6155775, done.
remote: Counting objects: 100% (936/936), done.
remote: Compressing objects: 100% (120/120), done.
fatal: fetch-pack: invalid index-pack output47.90 MiB | 24.00 KiB/s
%

My download rate begins megabytes per second, but then it lowers to KiB
per second and at this run, I got ``invalid index-pack''. Am I having
network problems? This is the cheapest virtual machine in AWS.

Re: on git cloning src.git

<l6nq6fF4ncvU1@mid.individual.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=628&group=comp.unix.bsd.freebsd.misc#628

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: groenv...@acm.org (John D Groenveld)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: 29 Mar 2024 12:23:43 GMT
Organization: Groenveld.US
Lines: 11
Message-ID: <l6nq6fF4ncvU1@mid.individual.net>
References: <87plvd2584.fsf@tudado.org>
X-Trace: individual.net 3Mzz7ApWEIfoisbr6hD0EgfItc4iu0qKvrRv2p6TEg9eTC8zqm
Cancel-Lock: sha1:CqeMX0amcfTTy1hH546YfMZAFaA= sha256:qo/fCtxQmHJKjwhjyEYO5MpUSP2o56gfl0SnmT8LsVs=
 by: John D Groenveld - Fri, 29 Mar 2024 12:23 UTC

In article <87plvd2584.fsf@tudado.org>,
Johanne Fairchild <jfairchild@tudado.org> wrote:
>My download rate begins megabytes per second, but then it lowers to KiB
>per second and at this run, I got ``invalid index-pack''. Am I having
>network problems? This is the cheapest virtual machine in AWS.

Are you able to clone the mirror hosted on GitHub?
<URL:https://github.com/freebsd/freebsd-ports.git>

John
groenveld@acm.org

Re: on git cloning src.git

<uu6gbp$1sku$21@gallifrey.nk.ca>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=629&group=comp.unix.bsd.freebsd.misc#629

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.nk.ca!.POSTED.doctor.nl2k.ab.ca!not-for-mail
From: doc...@doctor.nl2k.ab.ca (The Doctor)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Fri, 29 Mar 2024 13:40:09 -0000 (UTC)
Organization: NetKnow News
Message-ID: <uu6gbp$1sku$21@gallifrey.nk.ca>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
Injection-Date: Fri, 29 Mar 2024 13:40:09 -0000 (UTC)
Injection-Info: gallifrey.nk.ca; posting-host="doctor.nl2k.ab.ca:204.209.81.1";
logging-data="62110"; mail-complaints-to="usenet@gallifrey.nk.ca"
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: doctor@doctor.nl2k.ab.ca (The Doctor)
 by: The Doctor - Fri, 29 Mar 2024 13:40 UTC

In article <l6nq6fF4ncvU1@mid.individual.net>,
John D Groenveld <groenveld@acm.org> wrote:
>In article <87plvd2584.fsf@tudado.org>,
>Johanne Fairchild <jfairchild@tudado.org> wrote:
>>My download rate begins megabytes per second, but then it lowers to KiB
>>per second and at this run, I got ``invalid index-pack''. Am I having
>>network problems? This is the cheapest virtual machine in AWS.
>
>Are you able to clone the mirror hosted on GitHub?
><URL:https://github.com/freebsd/freebsd-ports.git>
>
>John
>groenveld@acm.org

What CLI are you using?
--
Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising!
Look at Psalms 14 and 53 on Atheism ; unsubscribe from Google Groups to be seen
What worth the power of law that won't stop lawlessness? -unknown

Re: on git cloning src.git

<87frw9w1wp.fsf@tudado.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=630&group=comp.unix.bsd.freebsd.misc#630

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!news.hispagatos.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jfairch...@tudado.org (Johanne Fairchild)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Fri, 29 Mar 2024 11:25:26 -0300
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <87frw9w1wp.fsf@tudado.org>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Fri, 29 Mar 2024 14:25:31 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f666225367230cb092212f4ff55a99ef";
logging-data="371170"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+YNSJ6k+EG4oKosXz4y76Uqgqhvfq18eg="
Cancel-Lock: sha1:CF3bHO+ghr3LBSZDj84FHi5KIDA=
sha1:3d9ZSqlw5AA+LEk7TBQH/phndCA=
 by: Johanne Fairchild - Fri, 29 Mar 2024 14:25 UTC

groenveld@acm.org (John D Groenveld) writes:

> In article <87plvd2584.fsf@tudado.org>,
> Johanne Fairchild <jfairchild@tudado.org> wrote:
>>My download rate begins megabytes per second, but then it lowers to KiB
>>per second and at this run, I got ``invalid index-pack''. Am I having
>>network problems? This is the cheapest virtual machine in AWS.
>
> Are you able to clone the mirror hosted on GitHub?
> <URL:https://github.com/freebsd/freebsd-ports.git>

The speed began high---27 MiB/s---, but then it fell, stalled and ended
with this error.

%git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6156144, done.
remote: Counting objects: 100% (16085/16085), done.
remote: Compressing objects: 100% (11075/11075), done.
Receiving objects: 81% (4995725/6156144), 1.98 GiB | 1.19 MiB/s

error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 6065 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
%

%git --version
git version 2.43.0

Let me run it again so you can have a notion of how long it takes.

%time git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6156144, done.
remote: Counting objects: 100% (16085/16085), done.
remote: Compressing objects: 100% (11075/11075), done.
error: RPC failed; curl 56 Recv failure: Connection reset by peer
error: 6881 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
309.22 real 0.44 user 2.83 sys
%

Re: on git cloning src.git

<87a5mhw1vt.fsf@tudado.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=631&group=comp.unix.bsd.freebsd.misc#631

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jfairch...@tudado.org (Johanne Fairchild)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Fri, 29 Mar 2024 11:25:58 -0300
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <87a5mhw1vt.fsf@tudado.org>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
<uu6gbp$1sku$21@gallifrey.nk.ca>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Fri, 29 Mar 2024 14:25:59 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f666225367230cb092212f4ff55a99ef";
logging-data="371170"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ZJmRDw5fa2RlEKNRx10VHMRZ7++tqLoo="
Cancel-Lock: sha1:i5lRk8oTHFnw4EuEYmTRp4qwr5o=
sha1:+WsoWWWVd+sOpKrTarYJ3OdZejg=
 by: Johanne Fairchild - Fri, 29 Mar 2024 14:25 UTC

doctor@doctor.nl2k.ab.ca (The Doctor) writes:

> In article <l6nq6fF4ncvU1@mid.individual.net>,
> John D Groenveld <groenveld@acm.org> wrote:
>>In article <87plvd2584.fsf@tudado.org>,
>>Johanne Fairchild <jfairchild@tudado.org> wrote:
>>>My download rate begins megabytes per second, but then it lowers to KiB
>>>per second and at this run, I got ``invalid index-pack''. Am I having
>>>network problems? This is the cheapest virtual machine in AWS.
>>
>>Are you able to clone the mirror hosted on GitHub?
>><URL:https://github.com/freebsd/freebsd-ports.git>
>>
>>John
>>groenveld@acm.org
>
> What CLI are you using?

%git --version
git version 2.43.0

Re: on git cloning src.git

<8734s9vz5u.fsf@tudado.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=632&group=comp.unix.bsd.freebsd.misc#632

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jfairch...@tudado.org (Johanne Fairchild)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Fri, 29 Mar 2024 12:24:45 -0300
Organization: A noiseless patient Spider
Lines: 71
Message-ID: <8734s9vz5u.fsf@tudado.org>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
<87frw9w1wp.fsf@tudado.org>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Fri, 29 Mar 2024 15:24:46 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f666225367230cb092212f4ff55a99ef";
logging-data="394326"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+onpiqdRyofGoCeb+b3RYsrfErn1is8vQ="
Cancel-Lock: sha1:lfikFoqRmiCgKb+ovzE/8ZtvJ7s=
sha1:PhReLY5PueGAc2LVcTmxPyCCkw0=
 by: Johanne Fairchild - Fri, 29 Mar 2024 15:24 UTC

Johanne Fairchild <jfairchild@tudado.org> writes:

> groenveld@acm.org (John D Groenveld) writes:
>
>> In article <87plvd2584.fsf@tudado.org>,
>> Johanne Fairchild <jfairchild@tudado.org> wrote:
>>>My download rate begins megabytes per second, but then it lowers to KiB
>>>per second and at this run, I got ``invalid index-pack''. Am I having
>>>network problems? This is the cheapest virtual machine in AWS.
>>
>> Are you able to clone the mirror hosted on GitHub?
>> <URL:https://github.com/freebsd/freebsd-ports.git " rel="nofollow" target="_blank">https://github.com/freebsd/freebsd-ports.git>
>
> The speed began high---27 MiB/s---, but then it fell, stalled and ended
> with this error.
>
> %git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
> Cloning into 'freebsd-ports'...
> remote: Enumerating objects: 6156144, done.
> remote: Counting objects: 100% (16085/16085), done.
> remote: Compressing objects: 100% (11075/11075), done.
> Receiving objects: 81% (4995725/6156144), 1.98 GiB | 1.19 MiB/s
>
> error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly:
> CANCEL (err 8)
> error: 6065 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
> %
>
> %git --version
> git version 2.43.0
>
> Let me run it again so you can have a notion of how long it takes.
>
> %time git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
> Cloning into 'freebsd-ports'...
> remote: Enumerating objects: 6156144, done.
> remote: Counting objects: 100% (16085/16085), done.
> remote: Compressing objects: 100% (11075/11075), done.
> error: RPC failed; curl 56 Recv failure: Connection reset by peer
> error: 6881 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
> 309.22 real 0.44 user 2.83 sys
> %

Sorry. This seems to have nothing to do with FreeBSD. I believe I
can't clone any large repository.

%git clone https://github.com/torvalds/linux
Cloning into 'linux'...
remote: Enumerating objects: 10102796, done.
fatal: fetch-pack: invalid index-pack output4.65 GiB | 1.86 MiB/s
error: git-remote-https died of signal 9
fetch-pack: unexpected disconnect while reading sideband packet
%

But I can do just fine with small ones.

%git clone https://github.com/meixler/vix
Cloning into 'vix'...
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 12 (delta 2), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (12/12), 6.95 KiB | 6.96 MiB/s, done.
Resolving deltas: 100% (2/2), done.
%

Re: on git cloning src.git

<uu6uqt$26cn$10@gallifrey.nk.ca>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=633&group=comp.unix.bsd.freebsd.misc#633

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!news.quux.org!news.nk.ca!.POSTED.doctor.nl2k.ab.ca!not-for-mail
From: doc...@doctor.nl2k.ab.ca (The Doctor)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Fri, 29 Mar 2024 17:47:09 -0000 (UTC)
Organization: NetKnow News
Message-ID: <uu6uqt$26cn$10@gallifrey.nk.ca>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net> <87frw9w1wp.fsf@tudado.org>
Injection-Date: Fri, 29 Mar 2024 17:47:09 -0000 (UTC)
Injection-Info: gallifrey.nk.ca; posting-host="doctor.nl2k.ab.ca:204.209.81.1";
logging-data="72087"; mail-complaints-to="usenet@gallifrey.nk.ca"
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: doctor@doctor.nl2k.ab.ca (The Doctor)
 by: The Doctor - Fri, 29 Mar 2024 17:47 UTC

In article <87frw9w1wp.fsf@tudado.org>,
Johanne Fairchild <jfairchild@tudado.org> wrote:
>groenveld@acm.org (John D Groenveld) writes:
>
>> In article <87plvd2584.fsf@tudado.org>,
>> Johanne Fairchild <jfairchild@tudado.org> wrote:
>>>My download rate begins megabytes per second, but then it lowers to KiB
>>>per second and at this run, I got ``invalid index-pack''. Am I having
>>>network problems? This is the cheapest virtual machine in AWS.
>>
>> Are you able to clone the mirror hosted on GitHub?
>> <URL:https://github.com/freebsd/freebsd-ports.git " rel="nofollow" target="_blank">https://github.com/freebsd/freebsd-ports.git>
>
>The speed began high---27 MiB/s---, but then it fell, stalled and ended
>with this error.
>
>%git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
>Cloning into 'freebsd-ports'...
>remote: Enumerating objects: 6156144, done.
>remote: Counting objects: 100% (16085/16085), done.
>remote: Compressing objects: 100% (11075/11075), done.
>Receiving objects: 81% (4995725/6156144), 1.98 GiB | 1.19 MiB/s
>
>error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly:
>CANCEL (err 8)
>error: 6065 bytes of body are still expected
>fetch-pack: unexpected disconnect while reading sideband packet
>fatal: early EOF
>fatal: fetch-pack: invalid index-pack output
>%
>
>%git --version
>git version 2.43.0
>
>Let me run it again so you can have a notion of how long it takes.
>
>%time git clone -o freebsd https://github.com/freebsd/freebsd-ports.git
>Cloning into 'freebsd-ports'...
>remote: Enumerating objects: 6156144, done.
>remote: Counting objects: 100% (16085/16085), done.
>remote: Compressing objects: 100% (11075/11075), done.
>error: RPC failed; curl 56 Recv failure: Connection reset by peer
>error: 6881 bytes of body are still expected
>fetch-pack: unexpected disconnect while reading sideband packet
>fatal: early EOF
>fatal: fetch-pack: invalid index-pack output
> 309.22 real 0.44 user 2.83 sys
>%

That looks wrong!

--
Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising!
Look at Psalms 14 and 53 on Atheism ; unsubscribe from Google Groups to be seen
What worth the power of law that won't stop lawlessness? -unknown

Re: on git cloning src.git

<uucoct$21mjj$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=634&group=comp.unix.bsd.freebsd.misc#634

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: philippe...@free.fr.invalid (Philippe Michel)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Sun, 31 Mar 2024 22:34:06 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <uucoct$21mjj$1@dont-email.me>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
<87frw9w1wp.fsf@tudado.org> <8734s9vz5u.fsf@tudado.org>
Injection-Date: Sun, 31 Mar 2024 22:34:06 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7b6068067fe8eb941f6e7419ce58024c";
logging-data="2153075"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19f9W0I2ScsPLuCrkTqvqfa"
User-Agent: slrn/1.0.3 (FreeBSD)
Cancel-Lock: sha1:PrGlFeWWnDTP1CwN3uWXh5K9ET8=
 by: Philippe Michel - Sun, 31 Mar 2024 22:34 UTC

On 2024-03-29, Johanne Fairchild <jfairchild@tudado.org> wrote:

> Sorry. This seems to have nothing to do with FreeBSD. I believe I
> can't clone any large repository.

> But I can do just fine with small ones.

Depending on what you intent to do with it, a shallow clone of a
specific branch might be enough and will be much smaller than the entire
src. Something like:
git clone -b stable/14 --depth 1 https://git.freebsd.org/src.git /usr/src

Re: on git cloning src.git

<8734s5anse.fsf@tudado.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=635&group=comp.unix.bsd.freebsd.misc#635

  copy link   Newsgroups: comp.unix.bsd.freebsd.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jfairch...@tudado.org (Johanne Fairchild)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Sun, 31 Mar 2024 22:12:49 -0300
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <8734s5anse.fsf@tudado.org>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
<87frw9w1wp.fsf@tudado.org> <8734s9vz5u.fsf@tudado.org>
<uucoct$21mjj$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 01 Apr 2024 01:12:53 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="02b332fc0762e4c3a5bb2221ff38cbf2";
logging-data="2224982"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX186s3FREeXFl+FVGiUOEIb+7ixYN3PQC/U="
Cancel-Lock: sha1:b5g+9dHcKgEJp1pqvv1ux4i+WbQ=
sha1:D8yhzIZq//g2woQwh1WX2xriHGU=
 by: Johanne Fairchild - Mon, 1 Apr 2024 01:12 UTC

Philippe Michel <philippe.michel7@free.fr.invalid> writes:

> On 2024-03-29, Johanne Fairchild <jfairchild@tudado.org> wrote:
>
>> Sorry. This seems to have nothing to do with FreeBSD. I believe I
>> can't clone any large repository.
>
>> But I can do just fine with small ones.
>
> Depending on what you intent to do with it, a shallow clone of a
> specific branch might be enough and will be much smaller than the entire
> src. Something like:
> git clone -b stable/14 --depth 1 https://git.freebsd.org/src.git /usr/src

That worked well. I don't need the full repository. I just want to
read the current source code. It turns out I was able to clone the
whole thing, but I had to upgrade the AWS virtual machine from the $3.5
one to the $10 one. (I did not try the $5 one.) There must be
resource-quotas that somehow did not let the cloning take place. I
don't know how it works. Thanks very much.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor