Chris Lattner wrote:> On Fri, 29 Jun 2007, John Criswell wrote: > >> The LLVM web server is up and running, but we're still working on some >> subversion configuration issues. The server may go up and down >> intermittently as we try configuration changes over the next half hour. >> > > Apparently someone clobbered /home/vadve/shared/PublicCVS/CVSROOT/passwd. > This prevents anyone with no account on zion from checking out or diffing > the CVS tree. >That was used to disable write access to CVS (the anon account was enabled for read-only access). The files are marked read-only, so I think CVS will still deny commit access. However, the directories are still writable so that checkout/diffs/etc work, so I can't guarantee that CVS is write-only. I'd prefer to have only the anon account for CVS now, but if you're sure no one will commit to the CVS repository anymore, I have no problem leaving the fully enabled passwd file in place.> I restored it. > > -Chris > >-- John T.
On Fri, 29 Jun 2007, John Criswell wrote:> Chris Lattner wrote: >> On Fri, 29 Jun 2007, John Criswell wrote: >>> The LLVM web server is up and running, but we're still working on some >>> subversion configuration issues. The server may go up and down >>> intermittently as we try configuration changes over the next half hour. >>> >> >> Apparently someone clobbered /home/vadve/shared/PublicCVS/CVSROOT/passwd. >> This prevents anyone with no account on zion from checking out or diffing >> the CVS tree. >> > That was used to disable write access to CVS (the anon account was > enabled for read-only access).Please change all accounts to be read-only. This broke cvs diff for people with checked out trees. In practice, I don't think it matters at all. We'll see (through the cvs commit script) if someone commits to cvs anyway and can scold them. To the world: don't commit to the cvs tree :) -Chris -- http://nondot.org/sabre/ http://llvm.org/
On Jun 29, 2007, at 3:57 PM, Chris Lattner wrote:> On Fri, 29 Jun 2007, John Criswell wrote: >> Chris Lattner wrote: >>> On Fri, 29 Jun 2007, John Criswell wrote: >>>> The LLVM web server is up and running, but we're still working >>>> on some >>>> subversion configuration issues. The server may go up and down >>>> intermittently as we try configuration changes over the next >>>> half hour. >>>> >>> >>> Apparently someone clobbered /home/vadve/shared/PublicCVS/CVSROOT/ >>> passwd. >>> This prevents anyone with no account on zion from checking out or >>> diffing >>> the CVS tree. >>> >> That was used to disable write access to CVS (the anon account was >> enabled for read-only access). > > Please change all accounts to be read-only. This broke cvs diff for > people with checked out trees. In practice, I don't think it > matters at > all. We'll see (through the cvs commit script) if someone commits > to cvs > anyway and can scold them. > > To the world: don't commit to the cvs tree :)I won't, but I'm partway through a largish patch, so I'd appreciate if cvs diff continued to work, for the next week or so anyway.