tech-repository archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Unable to get usable clone of src-draft repository with Mercurial.



I am trying to clone the NetBSD draft source repository via
https://wiki.netbsd.org/Wifi_renewal_on_hg/ but I get:
abort: Connection reset by peer
I think the only times hg clone succeeded was when I appended --rev
<insert current HEAD/TIP> to the command, but when I try to hg pull I
get:
remote: abort: path 'bundles/800000.zstd.hg' traverses symbolic link 'bundles'
abort: pull failed on remote
This error also occurred if I did hg pull -u --config ui.clonebundles=false

Mercurial irc says that at least the latter error is due to server
configuration. The only other way I was able to get a working
src-draft copy was to download the tar off the anonhg interface and hg
init, configure .hg/hgrc, and pull and update from there, but it's not
documented as a method in NetBSD's Mercurial documentation or the wifi
renewal page.

As a side note, when I try to clone src-public I also get the abort:
Connection reset by peer error, but I am able to clone src just fine
despite it showing it's applying the clone bundle from
ttps://cdn.NetBSD.org/_bundles/src-public/b3618a26cdf9e5f4cd8c95d8b0dc59f4a8e0c8a3.zstd-9.hg
which was/is the same and unchanged between the src-public clone.


Home | Main Index | Thread Index | Old Index