Creating a tag
Daniel Berlin
dberlin@dberlin.org
Wed Jun 19 11:52:00 GMT 2002
On Wed, 19 Jun 2002, Daniel Berlin wrote:
> On Wed, 19 Jun 2002, David Edelsohn wrote:
>
> > I believe that part of the problem is the time it takes to do CVS
> > operations on the branches. I have been encountering lengthy delays doing
> > any CVS operations as well. This is just another example of the GCC CVS
> > repository becoming ineffective for GCC development.
>
> Can't we remove (using the admin command or direct RCS operations) old,
> dead, branches, that have been merged tot he mainline and contain *no*
> code that is useful anymore?
To follow up, the rcs command is "-o<revisions>", and the source to rcs
shows it recomputes delta trees, and actually removes the revisions
from the file.
So if we could do this (cvs admin or whatever), and reduce the number of
branches we have around, i would imagine that would bring our speed back
up.
--Dan
More information about the Gcc
mailing list