Dear All, 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. Sorry for the inconvenience. -- John T.
On Friday 29 June 2007 14:38, John Criswell wrote:> Dear All, > > 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.The Getting Started docs still refer to CVS. -Dave
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:> 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. I restored it. -Chris -- http://nondot.org/sabre/ http://llvm.org/