This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: source mgt. requirements solicitation


DJ Delorie <dj@redhat.com> writes:

[...]

>> 	10) The utility of the existing revision control set up to 
>> 	    people who lack write access is distinctly less than 
>> 	    the utility to people with write access.
>
> This is a good thing.  We don't want them to be able to do all the
> things write-access people can do.  That's the whole point.

Not on the central repository, no.  But it might be that people
(people without write access to the main repository) could usefully
keep branches on their own repository (perhaps merging the patches in
at some stage).  With CVS, that's not possible, but with a distributed
CM system it would be.

>> 	11) Some efforts, such as overhauling the build process, will
>> 	    probably benefit from a switch to rev ctl. systems that
>> 	    support tree rearrangements.
>
> Like CVS?  It supports trees.

It doesn't handle renaming files or directories.  There are ways to do
both, but you lose something, whatever you choose to do.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]