From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c6567772e9f3871d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.25.168 with SMTP id d8mr19973pbg.4.1318835057581; Mon, 17 Oct 2011 00:04:17 -0700 (PDT) Path: d5ni20375pbc.0!nntp.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: organizing deep source trees with child packages Date: Mon, 17 Oct 2011 08:04:16 +0100 Organization: A noiseless patient Spider Message-ID: References: <21c9e6bb-f4f7-4a00-bde7-68f2c1a42d01@q13g2000vby.googlegroups.com> <82ty7d1ewz.fsf@stephe-leake.org> <3486b228-abdd-490f-b4ef-9ee6b19f65fa@gy7g2000vbb.googlegroups.com> <7179717a-9837-476c-b564-6599a9c02acd@ff5g2000vbb.googlegroups.com> <1qk4l4n9zsdgm$.1bvxdhoq5cpx5.dlg@40tude.net> <82hb39umkd.fsf@stephe-leake.org> <92b4070b-28d5-4e20-99a2-d3cc5c130510@s14g2000vbj.googlegroups.com> <87ipnon3qy.fsf@ludovic-brenta.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="26523"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Dk1cYsXz6enEhylxuoTSxgjce/R/qo5g=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:fQM5+cdF8yvh0eiHM3Yly0f6r6g= sha1:lMk4VEaC+Wgx74Z6IqNswipeAkw= Xref: news2.google.com comp.lang.ada:13991 Content-Type: text/plain; charset=us-ascii Date: 2011-10-17T08:04:16+01:00 List-Id: Ludovic Brenta writes: > Shark8 writes on comp.lang.ada: >> Spot on. Having the code be a bunch of versions in a DB would be >> fantastic as far as development/searching would be; it would be even >> better if the code itself were, for lack of a better phrase, a set of >> stored-tokens (instead of plain text) as this would allow different >> programmers to apply personalized formatting to the source without >> causing (what would be in text-files) a change resulting in another >> version. > > Wasn't that how the Rational R1000 machine worked? Exactly so. Except you didn't get to apply personalised formatting; thus eliminating at a stroke a whole class of religious strife. (Actually, I don't remember what if any VCS style was supported; I never got to use it for a real project, just an evaluation, and we hadn't heard of VCSs then).