You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bill Stoddard <bi...@wstoddard.com> on 2005/01/31 19:22:52 UTC

SVN viewcvs fooness

I just committed a change to core.c in httpd-2.1 (rev 149269). I'm looking here:

    http://svn.apache.org/viewcvs.cgi/httpd/httpd/

and I can't find my change or rev 149269.  If I look here:

    http://svn.apache.org/repos/asf/httpd/httpd/trunk/server/core.c

I see the change.  Is viewcvs screwed up or am I lacking clue?

Bill

Re: SVN viewcvs fooness

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Monday, January 31, 2005 1:22 PM -0500 Bill Stoddard 
<bi...@wstoddard.com> wrote:

> I just committed a change to core.c in httpd-2.1 (rev 149269). I'm
> looking here:
>
>     http://svn.apache.org/viewcvs.cgi/httpd/httpd/
>
> and I can't find my change or rev 149269.  If I look here:
>
>     http://svn.apache.org/repos/asf/httpd/httpd/trunk/server/core.c
>
> I see the change.  Is viewcvs screwed up or am I lacking clue?

ViewCVS is undergoing testing to see if we can isolate the Subversion 
repository hanging problems we've been seeing with ViewCVS active.  So, 
we've got ViewCVS using a copy of the repository rather than the live 
instance.  The copy is currently on a delayed (read: manual) update.

If it manages to stay up for today, I'll add in the logic to keep the copy 
sync'd up automatically.  Note that I just restored ViewCVS functionality 
this morning (it's been off for ~2 weeks - we haven't had any SVN hangs in 
that time period).  I'm just trying to make sure ViewCVS can stay up for a 
few hours first before I add in the sync hooks.

(Details have been discussed on infrastructure@, FWIW.)

Thanks for bearing with us...  -- justin