public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* CVS/fileattr files not owned by anoncvs
@ 2004-09-25  2:48 Zack Weinberg
  2004-09-25 14:11 ` Ian Lance Taylor
  2004-09-27  1:10 ` Phil Edwards
  0 siblings, 2 replies; 7+ messages in thread
From: Zack Weinberg @ 2004-09-25  2:48 UTC (permalink / raw)
  To: overseers


We had another episode of the 'branch attribute does not match file'
CVS bug, and while checking that everything was back in order I
noticed a large number of fileattr files that are not owned by
anoncvs.  This is not something I can fix.


$ cd /cvs/gcc
$ find . -name fileattr -a \! -user anoncvs
./gcc/gcc/testsuite/gcc.target/mips/CVS/fileattr
./gcc/gcc/testsuite/gcc.target/frv/CVS/fileattr
./gcc/libffi/src/frv/CVS/fileattr
./gcc/libjava/javax/security/auth/login/CVS/fileattr
./gcc/libjava/javax/security/auth/callback/CVS/fileattr
./gcc/libjava/javax/security/auth/CVS/fileattr
./gcc/libjava/javax/security/cert/CVS/fileattr
./gcc/libjava/javax/security/sasl/CVS/fileattr
./gcc/libjava/javax/crypto/interfaces/CVS/fileattr
./gcc/libjava/javax/crypto/spec/CVS/fileattr
./gcc/libjava/javax/crypto/CVS/fileattr
./gcc/libjava/javax/net/ssl/CVS/fileattr
./gcc/libjava/javax/net/CVS/fileattr
./gcc/libjava/org/ietf/jgss/CVS/fileattr
./gcc/libstdc++-v3/config/abi/m68k-linux-gnu/CVS/fileattr
./gcc/libstdc++-v3/config/abi/arm-linux-gnu/CVS/fileattr
./gcc/libstdc++-v3/testsuite/23_containers/multimap/explicit_instantiation/CVS/fileattr
./gcc/libstdc++-v3/testsuite/23_containers/list/explicit_instantiation/CVS/fileattr
./gcc/libstdc++-v3/testsuite/23_containers/deque/explicit_instantiation/CVS/fileattr
./gcc/libstdc++-v3/testsuite/23_containers/map/explicit_instantiation/CVS/fileattr
./gcc/libstdc++-v3/testsuite/23_containers/multiset/explicit_instantiation/CVS/fileattr
./gcc/libstdc++-v3/testsuite/23_containers/set/explicit_instantiation/CVS/fileattr
./gcc/libstdc++-v3/testsuite/23_containers/vector/explicit_instantiation/CVS/fileattr
./gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/wchar_t/CVS/fileattr
./gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/str/wchar_t/CVS/fileattr
./gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/wchar_t/CVS/fileattr./gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/CVS/fileattr
./gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/CVS/fileattr
./gcc/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/wchar_t/CVS/fileattr./gcc/libstdc++-v3/testsuite/27_io/manipulators/basefield/wchar_t/CVS/fileattr
./gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/CVS/fileattr
./gcc/libstdc++-v3/testsuite/ext/mt_allocator/CVS/fileattr
./gcc/libstdc++-v3/testsuite/ext/debug_allocator/CVS/fileattr
./gcc/libstdc++-v3/testsuite/ext/malloc_allocator/CVS/fileattr
./gcc/libstdc++-v3/testsuite/ext/pool_allocator/CVS/fileattr
./gcc/fixincludes/tests/base/X11/CVS/fileattr
./gcc/fixincludes/tests/base/Xm/CVS/fileattr
./gcc/fixincludes/tests/base/ansi/CVS/fileattr
./gcc/fixincludes/tests/base/arch/i960/CVS/fileattr
./gcc/fixincludes/tests/base/arpa/CVS/fileattr
./gcc/fixincludes/tests/base/bsd/CVS/fileattr
./gcc/fixincludes/tests/base/fs/rfs/CVS/fileattr
./gcc/fixincludes/tests/base/hsfs/CVS/fileattr
./gcc/fixincludes/tests/base/internal/CVS/fileattr
./gcc/fixincludes/tests/base/mach-o/CVS/fileattr
./gcc/fixincludes/tests/base/machine/CVS/fileattr
./gcc/fixincludes/tests/base/netdnet/CVS/fileattr
./gcc/fixincludes/tests/base/netinet/CVS/fileattr
./gcc/fixincludes/tests/base/pixrect/CVS/fileattr
./gcc/fixincludes/tests/base/rpc/CVS/fileattr
./gcc/fixincludes/tests/base/rpcsvc/CVS/fileattr
./gcc/fixincludes/tests/base/sparc/CVS/fileattr
./gcc/fixincludes/tests/base/sundev/CVS/fileattr
./gcc/fixincludes/tests/base/sunwindow/CVS/fileattr
./gcc/fixincludes/tests/base/sys/CVS/fileattr
./gcc/fixincludes/tests/base/types/CVS/fileattr
./gcc/fixincludes/tests/base/CVS/fileattr
./gcc/fixincludes/CVS/fileattr
./wwwdocs/htdocs/gcc-4.0/CVS/fileattr

zw

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: CVS/fileattr files not owned by anoncvs
  2004-09-25  2:48 CVS/fileattr files not owned by anoncvs Zack Weinberg
@ 2004-09-25 14:11 ` Ian Lance Taylor
  2004-09-25 14:30   ` Christopher Faylor
  2004-09-27  1:10 ` Phil Edwards
  1 sibling, 1 reply; 7+ messages in thread
From: Ian Lance Taylor @ 2004-09-25 14:11 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: overseers

Zack Weinberg <zack@codesourcery.com> writes:

> We had another episode of the 'branch attribute does not match file'
> CVS bug, and while checking that everything was back in order I
> noticed a large number of fileattr files that are not owned by
> anoncvs.  This is not something I can fix.

Fixed.  Thanks.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: CVS/fileattr files not owned by anoncvs
  2004-09-25 14:11 ` Ian Lance Taylor
@ 2004-09-25 14:30   ` Christopher Faylor
  2004-09-25 21:06     ` Ian Lance Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Faylor @ 2004-09-25 14:30 UTC (permalink / raw)
  To: overseers, zack

On Fri, Sep 24, 2004 at 09:04:19PM -0400, Ian Lance Taylor wrote:
>Zack Weinberg <zack@codesourcery.com> writes:
>>We had another episode of the 'branch attribute does not match file'
>>CVS bug, and while checking that everything was back in order I noticed
>>a large number of fileattr files that are not owned by anoncvs.  This
>>is not something I can fix.
>
>Fixed.  Thanks.

Ian, is it possible that the only consequence of a fileattr not owned
by anoncvs is slower access for anoncvs checkouts?  Or could there
be other consequences?

cgf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: CVS/fileattr files not owned by anoncvs
  2004-09-25 14:30   ` Christopher Faylor
@ 2004-09-25 21:06     ` Ian Lance Taylor
  2004-09-25 21:19       ` Frank Ch. Eigler
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Lance Taylor @ 2004-09-25 21:06 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: overseers, zack

Christopher Faylor <me@cgf.cx> writes:

> On Fri, Sep 24, 2004 at 09:04:19PM -0400, Ian Lance Taylor wrote:
> >Zack Weinberg <zack@codesourcery.com> writes:
> >>We had another episode of the 'branch attribute does not match file'
> >>CVS bug, and while checking that everything was back in order I noticed
> >>a large number of fileattr files that are not owned by anoncvs.  This
> >>is not something I can fix.
> >
> >Fixed.  Thanks.
> 
> Ian, is it possible that the only consequence of a fileattr not owned
> by anoncvs is slower access for anoncvs checkouts?  Or could there
> be other consequences?

Well, I was going to say that it could cause failures on cvs update.
But I guess anoncvs shouldn't be doing a cvs update anyhow.

Maybe there wouldn't be any particular consequences.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: CVS/fileattr files not owned by anoncvs
  2004-09-25 21:06     ` Ian Lance Taylor
@ 2004-09-25 21:19       ` Frank Ch. Eigler
  2004-09-26 21:28         ` Ian Lance Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Ch. Eigler @ 2004-09-25 21:19 UTC (permalink / raw)
  To: overseers, zack, me

Hi -

iant wrote:

> Well, I was going to say that it could cause failures on cvs update.
> But I guess anoncvs shouldn't be doing a cvs update anyhow. [...]

(You mean "cvs commit" don't you?)

- FChE

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: CVS/fileattr files not owned by anoncvs
  2004-09-25 21:19       ` Frank Ch. Eigler
@ 2004-09-26 21:28         ` Ian Lance Taylor
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Lance Taylor @ 2004-09-26 21:28 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: overseers, zack, me

"Frank Ch. Eigler" <fche@redhat.com> writes:

> > Well, I was going to say that it could cause failures on cvs update.
> > But I guess anoncvs shouldn't be doing a cvs update anyhow. [...]
> 
> (You mean "cvs commit" don't you?)

Um, yeah.  Geeze.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: CVS/fileattr files not owned by anoncvs
  2004-09-25  2:48 CVS/fileattr files not owned by anoncvs Zack Weinberg
  2004-09-25 14:11 ` Ian Lance Taylor
@ 2004-09-27  1:10 ` Phil Edwards
  1 sibling, 0 replies; 7+ messages in thread
From: Phil Edwards @ 2004-09-27  1:10 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: overseers

On Fri, Sep 24, 2004 at 04:29:42PM -0700, Zack Weinberg wrote:
> 
> We had another episode of the 'branch attribute does not match file'
> CVS bug, and while checking that everything was back in order I
> noticed a large number of fileattr files that are not owned by
> anoncvs.  This is not something I can fix.

Oops.  Mea culpa on some of those.

I've written ~/reset_fileattrs so I don't make this mistake again.


-- 
<Patrician|Away> what does your robot do, sam?
<bovril> it collects data about the surrounding environment, then discards
    it and drives into walls

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-09-25 21:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-25  2:48 CVS/fileattr files not owned by anoncvs Zack Weinberg
2004-09-25 14:11 ` Ian Lance Taylor
2004-09-25 14:30   ` Christopher Faylor
2004-09-25 21:06     ` Ian Lance Taylor
2004-09-25 21:19       ` Frank Ch. Eigler
2004-09-26 21:28         ` Ian Lance Taylor
2004-09-27  1:10 ` Phil Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).