[comp.lang.c] Multi-User Source Code Managers ?

ssdken@watson.Claremont.EDU (Ken Nelson) (07/18/90)

In article <1990Jul17.161924.8248@cid.aes.doe.CA>,
aspgpas@cid.aes.doe.CA (Peter Silva) writes:
|> I'm looking for a portable source code manager that lets multiple users
|> modify the same file at the same time.  Two+ users should be
|> able to get the same mod file (via command like SCCS "get"),
|> make changes, and only know that someone else was working on 
|> the same file if the two happen to modify the same LINES of code.
|> 

    Are you sure you want to do this?  Doesn't one line of
    code affect the behavior of another?  When I make
    changes, I make them based on assumptions about the
    behavior of other lines of code in the module/program.
    If somebody else is making changes to that behavior,
    watch out.



				Ken Nelson

ghoti+@andrew.cmu.edu (Adam Stoller) (07/19/90)

Try taking a look at CVS (I believe it was posted to comp.sources.unix
about a month ago?) -- there was an article about it in the USENIX 
proceedings (San Diego?) not too long ago.

With the limited experience I've had in using it - it appears to work
reasonably well - however it certainly hasn't been thoroughly tested
where I work.

--fish

emv@math.lsa.umich.edu (Edward Vielmetti) (07/19/90)

In article <0ad_FFS00as9IEGkUM@andrew.cmu.edu> ghoti+@andrew.cmu.edu (Adam Stoller) writes:

   Try taking a look at CVS (I believe it was posted to comp.sources.unix
   about a month ago?) -- there was an article about it in the USENIX 
   proceedings (San Diego?) not too long ago.

   With the limited experience I've had in using it - it appears to work
   reasonably well - however it certainly hasn't been thoroughly tested
   where I work.

cvs can be had from prep.ai.mit.edu or osu-cis (or wherever fine gnu-ware
is available).  the architecture looks sound, some operations are said
to be slow, it assumes a "disk space is cheap" model.  oh and the sources
are Free as in Gnu Public License.

--Ed

Edward Vielmetti, U of Michigan math dept <emv@math.lsa.umich.edu>
comp.archives moderator