Xref: utzoo comp.sources.wanted:12527 comp.lang.c:30363 Path: utzoo!attcan!uunet!jarthur!watson!ssdken From: ssdken@watson.Claremont.EDU (Ken Nelson) Newsgroups: comp.sources.wanted,comp.lang.c Subject: Re: Multi-User Source Code Managers ? Keywords: Source Code manager SCCS RCS Message-ID: <7858@jarthur.Claremont.EDU> Date: 18 Jul 90 16:26:48 GMT References: <1990Jul17.161924.8248@cid.aes.doe.CA> Sender: news@jarthur.Claremont.EDU Reply-To: ssdken@watson.Claremont.EDU (Ken Nelson) Followup-To: comp.sources.wanted Distribution: na Lines: 19 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