[patch] libunwind-based exception-handling for gcc (2nd version)

Geoff Keating geoffk@geoffk.org
Fri Oct 4 12:28:00 GMT 2002


Jim Wilson <wilson@redhat.com> writes:

> >        -N      include diffs for added and removed files.
> 
> But you have to do "cvs add" before you can do "cvs diff -N", and people
> without write access can't do the cvs add step.
> 
> There is also the question of whether it is OK to cvs add a file that hasn't
> been approved yet just so that you can easily make a diff.  Checking in an
> unapproved file is clearly wrong, but it isn't clear if cvs adding an
> unapproved file is wrong.  One could argue it either way.  It is simpler to
> avoid the debate and include new files separately from the cvs diffs.

'cvs add' on a file (not a directory) is a local operation, and so
doesn't need approval.

'cvs add' on a directory isn't local, it instantly adds it to the
repository, which is really annoying.

-- 
- Geoffrey Keating <geoffk@geoffk.org>



More information about the Gcc-patches mailing list