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: a07f3367d7,8d33ebaa85598950 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.95.2 with SMTP id dg2mr442455wib.2.1348233626203; Fri, 21 Sep 2012 06:20:26 -0700 (PDT) Path: q11ni9090952wiw.1!nntp.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!193.141.40.65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border2.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!nntp.club.cc.cmu.edu!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: GPS issues: laundry list Date: Sat, 15 Sep 2012 11:41:38 +0200 Organization: A noiseless patient Spider Message-ID: <87a9wr4o8d.fsf@ludovic-brenta.org> References: <854nn34fv2.fsf@stephe-leake.org> <1unaedlxs0o9j$.lbivg0rltyvw$.dlg@40tude.net> <85r4q62nw0.fsf@stephe-leake.org> <1b2nanavkx67n$.1rkpkv1o50bkj.dlg@40tude.net> <85d31p2g9s.fsf@stephe-leake.org> <851ui3ivac.fsf@stephe-leake.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dad57f5faf0bfeb918859ac118e4b51e"; logging-data="4330"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/AXl/5ZV2vVBY93x8nxNfP" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:l5k+fQDo7+lfWIpadgl7ODERZXo= sha1:liSVW4rEYwhz4OIrSlgWBESHla0= Content-Type: text/plain; charset=us-ascii Date: 2012-09-15T11:41:38+02:00 List-Id: Dmitry A. Kazakov writes on comp.lang.ada: > On Sat, 15 Sep 2012 03:45:31 -0400, Stephen Leake wrote: >> "Dmitry A. Kazakov" writes: >>> Maybe. But it is still an incredibly bad idea to manage versions by >>> altering file names. >> >> You have misunderstood what I'm proposing; I'm not editing file >> _names_, just what directory the project is checked out in. >> >> For version 07, the project is in mms_version_07/*. For version 08, >> the project is in mms_version_08/*. >> >> How else would you do it? > > I would have the stuff in a source control system. I mean a true > system which maintains consistent project views rather than merely > tracking individual files. The project (under the source control) > would depend on the project MMS, which is in some DB. You change > current view from v7 to v8 by changing the project dependency. Dmitry, you're not paying attention. This is *exactly* what Stephe does; his two directories are *checkouts* from the proper version control system, monotone. He said so *explicitly*. Please read more carefully. > Can /= must. Customizable IDE defeats the purpose of. This is what > makes MS Developing Studio so uncomfortable. Once you start > customizing anything, you open a hell of problems how do I manage > customizations. How do I switch them, how do I store them, how do I > version them, how do I train personal on them, how do I keep them in > the incoming version of the tool... By merging them upstream into the IDE, of course; this is why closed-source IDEs are a no-go for me :) -- Ludovic Brenta.