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]

Re: The pain of committing ChangeLogs...


Joseph S. Myers wrote:
> However, when committing, at least one whole copy of the ChangeLog needs
> to go across the link, since CVS doesn't store the unmodified files
> locally in a checked out tree for comparison with the modified files.

You can avoid this if you can access a machine which has a fast
connection to the CVS server.  Use rsync over your 56k to mirror your
local directory tree to the machine with a fast connection, login to
that machine and do the CVS checkin from there.

It is what I do for other CVS projects.  Perhaps rsync should be built
in to CVS, but it isn't.

-- Jamie

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