The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: schily@schily.net (Joerg Schilling)
Subject: [TUHS] Reorganising the Unix Archive?
Date: Mon, 20 Feb 2017 19:06:28 +0100	[thread overview]
Message-ID: <58ab3024.ssuRGwMAfWkSGtw/%schily@schily.net> (raw)
In-Reply-To: <6961AB0F-422F-47E3-8204-C555B3F62E52@jctaylor.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2211 bytes --]

William Corcoran <wlc at jctaylor.com> wrote:

> But, is there somewhere a main distribution for Research 7, v7m 2.1, or BSD 2.11 that has all of the original SCCS deltas (leaf and non-leaf)? 
>
> This would be extremely revealing. If we could view the SCCS comments (sccs prs) and the underlying code, it would be incredibly valuable. 
>
> Please forgive me if this has been asked a million times.  I just can't find it.  Once SCCS was heavily used, was there a codebase that housed all of these distributions?  

If you have access to the CSRG UNIX archives, you could fetch the latest SCCS 
sources from within the schily-tools:

	http://sourceforge.net/projects/schilytools/files/

compile it by just calling "make" and then:

cd CSRG_Archive_4
sccs -R log > /tmp/file

This gives you better readable results and it has the advantage that you get
a listing that span the whole tree and combine daltas that happened within 
24 hours and used the same delta message.

Here is a small part as an example:

Thu May  8 10:29:39 1980 bill 
        * ./sys/kern/init_main.c 3.4 
        * ./sys/vax/uba/vp.c 3.2 
        * ./sys/vax/uba/va.c 3.2 
        * ./sys/kern/kern_proc.c 3.3 
        * ./sys/kern/kern_synch.c 3.7 
        * ./sys/kern/tty_subr.c 3.2 
        * ./sys/vax/vax/machdep.c 3.4 
        * ./sys/vax/mba/ht.c 3.2 
        * ./sys/vax/mba/hp.c 3.3 
        * ./sys/vax/vax/flp.c 3.2 
        * ./sys/kern/kern_clock.c 3.5 
        * ./sys/kern/kern_physio.c 3.4 
        * ./sys/kern/vfs_cluster.c 3.4 
        * ./sys/kern/vfs_bio.c 3.4 
          VOID=>void 
 
Thu May  8 10:15:38 1980 bill 
        * ./sys/sys/conf.h 3.2 
          addition for netldis 
 
Thu May  8 10:14:51 1980 bill 
        * ./sys/sys/tty.h 3.2 
          added BNETLDIS 
 
Thu May  8 10:13:56 1980 bill 
        * ./sys/kern/tty.c 3.2 
          modified to support TIOCSETD reasonably 

The code at: CSRG_Archive_4 contains 108604 deltas in total.

Jörg

-- 
 EMail:joerg at schily.net                  (home) Jörg Schilling D-13353 Berlin
       joerg.schilling at fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/


  parent reply	other threads:[~2017-02-20 18:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19  0:12 Doug McIlroy
2017-02-20  1:48 ` William Corcoran
2017-02-20  2:33   ` Doug McIlroy
2017-02-20  2:52     ` Larry McVoy
2017-02-20 18:06   ` Joerg Schilling [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-18 18:49 Doug McIlroy
2017-02-18  3:30 Doug McIlroy
2017-02-18  4:40 ` Warren Toomey
2017-02-18 17:19   ` Random832
2017-02-18  0:12 Warren Toomey
2017-02-18  0:21 ` Warren Toomey
2017-02-18  0:40 ` Clem Cole
2017-02-18  1:09   ` Warren Toomey
2017-02-18 17:17 ` Random832

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58ab3024.ssuRGwMAfWkSGtw/%schily@schily.net \
    --to=schily@schily.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).