Re: cvsweb: cvs annotate error

2017-11-22 Thread Stuart Henderson
On 2017/11/22 14:48, Alexander Bluhm wrote:
> On Wed, Nov 22, 2017 at 03:30:09PM +0800, Michael W. Bombardieri wrote:
> > Sorry if this is the wrong list, but I found a couple of branch
> > revisions in file src/sys/dev/midi.c which produce an error when
> > clicking "annotate" link in cvsweb.
> > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/midi.c?annotate=1.40.6.1
> > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/midi.c?annotate=1.42.4.1
> > 
> > The error is "Error: Error occured during annotate: error".
> > Posting it here in case someone has seen it before.
> 
> Seems to be a cvs mirror problem.  When I run it against my local
> cvs repository:
> 
> $ cvs -R annotate -r1.40.6.1 sys/dev/midi.c  
> Annotations for sys/dev/midi.c
> ***
> cvs [annotate aborted]: unexpected EOF reading RCS file 
> /data/mirror/openbsd/cvs/src/sys/dev/midi.c,v
> 
> When I use cvs.openbsd.org as server it works.
> 
> bluhm

It's not a problem with a particular mirror - it's a cvsync problem.



Re: cvsweb: cvs annotate error

2017-11-22 Thread Alexander Bluhm
On Wed, Nov 22, 2017 at 03:30:09PM +0800, Michael W. Bombardieri wrote:
> Sorry if this is the wrong list, but I found a couple of branch
> revisions in file src/sys/dev/midi.c which produce an error when
> clicking "annotate" link in cvsweb.
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/midi.c?annotate=1.40.6.1
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/midi.c?annotate=1.42.4.1
> 
> The error is "Error: Error occured during annotate: error".
> Posting it here in case someone has seen it before.

Seems to be a cvs mirror problem.  When I run it against my local
cvs repository:

$ cvs -R annotate -r1.40.6.1 sys/dev/midi.c  
Annotations for sys/dev/midi.c
***
cvs [annotate aborted]: unexpected EOF reading RCS file 
/data/mirror/openbsd/cvs/src/sys/dev/midi.c,v

When I use cvs.openbsd.org as server it works.

bluhm



cvsweb: cvs annotate error

2017-11-21 Thread Michael W. Bombardieri
Hello,

Sorry if this is the wrong list, but I found a couple of branch
revisions in file src/sys/dev/midi.c which produce an error when
clicking "annotate" link in cvsweb.
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/midi.c?annotate=1.40.6.1
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/midi.c?annotate=1.42.4.1

The error is "Error: Error occured during annotate: error".
Posting it here in case someone has seen it before.

- Michael