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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,791530e499e6a7f9 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: ada writing guide Date: 2000/04/24 Message-ID: #1/1 X-Deja-AN: 615083414 Sender: bobduff@world.std.com (Robert A Duff) References: <8d1rso$bir$2@bunyip.cc.uq.edu.au> <8d1vhj$hdr$1@nnrp1.deja.com> <8d2hig$7e6$1@nnrp1.deja.com> <38F5DF8C.1A01E5A4@utech.net> <8d4t07$o15$1@nnrp1.deja.com> <38F603FE.B0C3ED83@utech.net> <8d5dsc$c27$1@nnrp1.deja.com> <8d6hjn$j9p$1@clnews.edf.fr> <8d76vj$9jt$1@nnrp1.deja.com> <8d7uak$1d1$1@wanadoo.fr> <8dfd6q$uch$1@nnrp1.deja.com> <87em84vavt.fsf@deneb.cygnus.argh.org> <8dfpj7$crs$1@nnrp1.deja.com> <8dgk8i$ak4$1@nnrp1.deja.com> <8dhqi7$jv3$1@nnrp1.deja.com> <8dhuuu$ou5$1@nnrp1.deja.com> <8di8da$4el$1@nnrp1.deja.com> <874s8yeg81.fsf@deneb.cygnus.argh.org> <390483D0.3AE3A577@Raytheon.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-04-24T00:00:00+00:00 List-Id: "Samuel T. Harris" writes: > > Florian Weimer wrote: > > > > Ted Dennison writes: > > > > > No warnings are given, no backups are made. The old version is > > > over-written. Even for those who know the danger, this would be easy to > > > accidentally do. > > > > This can't happen with systems like CVS where each user works on his > > private copy of the source files. The master files are often not > > directly accessible. Problem solved. ;) > > When programming in the large or huge, every developer simply > can't have his own copy of the entire project. There just isn't > enough disk space available. Therefore, a divide and conquer > mentality is in order where various groups of developers > depend upon shared "releases" of the other groups. This is where > good configuration management tools diverge from the simple > domain of version and access control. CVS supports that model, too. (But this is a separate issue -- neither CVS nor any other CM system solves the editor-related bug we were talking about.) - Bob