bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug or umask?


From: Paul Edwards
Subject: Re: bug or umask?
Date: Tue, 29 Jul 2003 22:47:43 GMT

"Steven Sutton" <steve@gaslightmedia.com> wrote in message 
news:mailman.670.1059499253.8231.bug-cvs@gnu.org...
> I have a rather fustrating event that occurs when some, not all, users
> use cvs update.  Some times the file entries in CVS/Entries gets
> removed.  The next time the cvs update is run Conflict are given and a
> warning about the file is given.
>
> cvs update: move away shopbuttons/login.gif; it is in the way
> C shopbuttons/login.gif
>
> Is this a problem with umask, or a bug in cvs?

It sounds to me like you have 1 person who has removed the
file, and a second person had done an update in a separate
directory, but it can't delete the file because it appears to have
been modified.

Or maybe it hasn't been modified, it's just a case of being a
binary file, the diff produces different output which confuses
it.

I've seen something similar with binary file comparison.  I
think it is just doing a cvs update -j -j with binary files, I get
messages saying "can't read header from /tmp/cvsxxxx", making
it look like disk is full or something, but in actual fact, what it
is saying is "binary files differ" or something like that, which
is not the normal diff header, and CVS can't cope.

BFN.  Paul.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]