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: CVS commit fails


At 16:22 30.05.00, Jeffrey A Law wrote:

>   In message <20000530131415.O12004@Jeffreys.suse.de>you write:
>   > I'm not able to commit my changes to ChangeLog and MAINTAINERS. The 
> moment
>   > cvs tries to actually commit, I get:
>   >
>   > cvs server: [03:22:32] waiting for anoncvs's lock in /cvs/gcc/egcs
>   >
>   > I guess this results from screwed up logs because of the core dump that
>   > happened as result of trying 'cvs diff -Up' yesterday.
>Yes.  It left a lock on the tree.  I've removed the lock and everything
>ought to work again.
>
>I'm still not sure why -Up failed for you though.

Well, maybe because -U requires a numeric argument? Probably he meant -u, 
man diff states:

        -u     Use the unified output format.

        -U lines
        --unified[=lines]
               Use  the  unified  output  format, showing lines (an 
integer) lines of context, or three if lines is not given.
               For proper operation, patch typically needs at least two 
lines of context.

Franz.


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