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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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 Received: by 10.68.38.134 with SMTP id g6mr22214839pbk.6.1318791236268; Sun, 16 Oct 2011 11:53:56 -0700 (PDT) Path: d5ni17667pbc.0!nntp.google.com!news1.google.com!postnews.google.com!s14g2000vbj.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: organizing deep source trees with child packages Date: Sun, 16 Oct 2011 11:51:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: <92b4070b-28d5-4e20-99a2-d3cc5c130510@s14g2000vbj.googlegroups.com> 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> NNTP-Posting-Host: 24.230.151.194 Mime-Version: 1.0 X-Trace: posting.google.com 1318791236 9352 127.0.0.1 (16 Oct 2011 18:53:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 16 Oct 2011 18:53:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s14g2000vbj.googlegroups.com; posting-host=24.230.151.194; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: news1.google.com comp.lang.ada:18492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-10-16T11:51:10-07:00 List-Id: On Oct 16, 8:43=A0am, "Dmitry A. Kazakov" wrote: > For projects of many hundred files, it is a huge problem. Especially when > you have hundreds of generic package instances popping everywhere. Pushin= g > files into different directories makes things only worse. The point is, > when browsing a project you are not interested in files, you are looking > for Ada units, and it is absolutely irrelevant what is the file name of > that unit. In fact, if the source control systems were not so retarded, w= e > would have no files at all, just versions of units stored in a database. > > -- > Regards, > Dmitry A. Kazakovhttp://www.dmitry-kazakov.de 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.