From owner-freebsd-current@freebsd.org Thu Jun 20 02:01:46 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD26D15D0825 for ; Thu, 20 Jun 2019 02:01:46 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8C7D8C5A5; Thu, 20 Jun 2019 02:01:45 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x5K21hG4021065; Wed, 19 Jun 2019 19:01:43 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x5K21gcD021064; Wed, 19 Jun 2019 19:01:42 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201906200201.x5K21gcD021064@gndrsh.dnsmgr.net> Subject: Re: Checking out the CSRG repository? In-Reply-To: <201906192320.x5JNKgDe071102@chez.mckusick.com> To: Kirk McKusick Date: Wed, 19 Jun 2019 19:01:42 -0700 (PDT) CC: Alan Somers , FreeBSD CURRENT X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: B8C7D8C5A5 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.22 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.25)[-0.252,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.55)[0.546,0]; IP_SCORE(0.04)[ip: (0.14), ipnet: 69.59.192.0/19(0.07), asn: 13868(0.05), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: gndrsh.dnsmgr.net]; NEURAL_SPAM_LONG(0.99)[0.995,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2019 02:01:47 -0000 > > From: Alan Somers > > Date: Wed, 19 Jun 2019 14:12:21 -0600 > > Subject: Checking out the CSRG repository? > > To: FreeBSD CURRENT > > > > Does anybody know how to check out a local copy of the CSRG > > repository? I can view it with ViewVC, but I would really like local > > access. It doesn't seem to be available on the usual repo.FreeBSD.org > > or svn.FreeBSD.org. > > > > $ svn checkout https://svn.FreeBSD.org/csrg csrg > > svn: E170013: Unable to connect to a repository at URL > > 'https://svn.freebsd.org/csrg' > > svn: E175009: The XML response contains invalid XML > > svn: E130003: Malformed XML: no element found at line 1 > > > > $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg > > svn: E170013: Unable to connect to a repository at URL > > 'svn+ssh://asomers@repo.freebsd.org/csrg' > > svn: E210005: No repository found in 'svn+ssh://asomers@repo.freebsd.org/csrg' > > > > -Alan > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > You can browse the history at http://svnweb.freebsd.org/csrg/ Since svnweb seems to be able to get to it there should be a near 0 cost of making this work with a straight svn checkout as Alan originally asked for. It is probably something missing, or not configured so that the checkout "can just work". > The repository is also available via FTP: > > ftp://ftp.freebsd.org/pub/FreeBSD/development/CSRG/csrg_svn.tbz > > Hope this helps, Thank you, mirroring locally to my repo server so I can infact use svn directly on it. > Kirk McKusick -- Rod Grimes rgrimes@freebsd.org