From owner-freebsd-current@freebsd.org Thu Jun 20 02:09:51 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 4864C15D0AC6 for ; Thu, 20 Jun 2019 02:09:51 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50FF18CBB0 for ; Thu, 20 Jun 2019 02:09:50 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf1-f65.google.com with SMTP id u10so1131946lfm.12 for ; Wed, 19 Jun 2019 19:09:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rvNX0r3Y0cLzhAoU5JihD2YGiuFF5We/IsrG4rMu3HE=; b=W3P3mlONAlrb+lW5EiU3xWm2N2aRMtn+YbFuo8yIuQXjXOaNvcF2MJM2PQBiAQusVD 3Kk0Asc4y/jSJYzAZRCzukndoTSJWAZnprEx1th0BN3tuWyaQdGLGJa9CRUXQFfVmv+j 7RYESUzcxay+EUPeI2sJsLf4imsC8B46fA/ZMRnrzMpHbuNOfCH0949rfSxHK6fgRKz6 8TDr7jkzEgnUcwm1NEuNGUNEi6vOFCcLd95AikKXEfyEsP+6AxsP54o+wKowRlcWk423 JmD85rCcbNKkyg3LOdmBMrv5NV1H9Rk3phwkV93CxPHXxIxWTmKBgyTKiHphHCZKk6Iy 2NgQ== X-Gm-Message-State: APjAAAU2gzb+xG2BnrQFmnnhTcnN0K8ReFBnmxiB5YDfXI5O9+vO1C+o 7/e8TgCrLpmUzrqPiV5V1IdU0UEU9Uk/EjimAxyftFZHJko= X-Google-Smtp-Source: APXvYqwD+wjVQCdBqFZtyG/39zRQT8mG1+qwKU73DhsWf999kX5B4IIEFfeEekShJZj034NBBCokVx+JlDluE8gBA5U= X-Received: by 2002:ac2:5609:: with SMTP id v9mr7119306lfd.27.1560996588337; Wed, 19 Jun 2019 19:09:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Wed, 19 Jun 2019 20:09:36 -0600 Message-ID: Subject: Re: Checking out the CSRG repository? To: Warner Losh Cc: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 50FF18CBB0 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.167.65 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-3.10 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; IP_SCORE(-1.25)[ip: (-0.45), ipnet: 209.85.128.0/17(-3.43), asn: 15169(-2.31), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[65.167.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.84)[-0.842,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[65.167.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_COUNT_TWO(0.00)[2] 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:09:51 -0000 On Wed, Jun 19, 2019 at 5:38 PM Warner Losh wrote: > > > > On Wed, Jun 19, 2019 at 1:14 PM Alan Somers wrote: >> >> 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' > > > Can't answer this question directly about svn > > But I have been using https://github.com/dspinellis/unix-history-repo.git to look at historical sources. https://github.com/csrg has a number of additional repos of historical interest, though they are all forks from somewhere else. > > Warner Thanks for that Github link; it's pretty useful. Also, I found this site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl . I just wish I had a better understanding of the relationship between CSRG and the various releases. It seems like some stuff got committed to CSRG yet didn't make it into an official release for years, if ever. -Alan