| Summary: | RCS IDs are off-by-one in the NetBSD cvsweb tree | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Yar Tikhiy <yar> |
| Component: | Books & Articles | Assignee: | cvsadm |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Yar Tikhiy
2002-08-04 13:50:03 UTC
This PR body triggers a bug in query-pr.cgi by the way. The URLs within it are formatted into HTML incorrectly. Please see the raw PR for correct URLs. -- Yar Responsible Changed From-To: freebsd-www->scop Mr scop is our current cvsweb maintainer, and I'm sure he wouldn't mind taking a look at this. It's not a CVSweb nor www/ bug, but a problem (?) in FreeBSD's NetBSD CVS repository. Witness (on freefall.FreeBSD.org): $ cvs -R -d/usr/local/www/cvsroot/NetBSD co -r 1.88 syssrc/sys/dev/usb/umass.c U syssrc/sys/dev/usb/umass.c $ head -1 syssrc/sys/dev/usb/umass.c /* $NetBSD: umass.c,v 1.87 2002/03/17 18:02:53 augustss Exp $ */ $ I'm not sure what should be done with this, forwarded to the CVS admins? On 2002-08-07 11:37:04 +0300, Ville Skyttä wrote: > It's not a CVSweb nor www/ bug, but a problem (?) in FreeBSD's NetBSD > CVS repository. Witness (on freefall.FreeBSD.org): > > $ cvs -R -d/usr/local/www/cvsroot/NetBSD co -r 1.88 syssrc/sys/dev/usb/umass.c > U syssrc/sys/dev/usb/umass.c > $ head -1 syssrc/sys/dev/usb/umass.c > /* $NetBSD: umass.c,v 1.87 2002/03/17 18:02:53 augustss Exp $ */ > $ > > I'm not sure what should be done with this, forwarded to the CVS admins? FreeBSD has a patched cvs(1) command which expand the keyword '$FreeBSD$' by default during a cvs checkout. If you want expand other rcs keywords as well (e.g. $NetBSD$, $OpenBSD$) you must configure cvs. From my memory, this problems was fixed years ago in cvsweb.conf or cvsweb.conf-netbsd. -Wolfram -- Wolfram Schneider <wosch@FreeBSD.org> http://wolfram.schneider.org Ah yes, thanks for the tip, Wolfram. Anyway, I tried playing with the RCSLOCALID and RCSINCEXC environment variables on freefall (that's the way cvsweb does things), but just couldn't get "cvs co" from the command line to do anything with them using the NetBSD (or OpenBSD or FreeBSD) CVS trees. The cvsweb configuration for the NetBSD tree is practically the same as for the OpenBSD one, but the latter seems to work correctly. knu, do you have any ideas about this? The PR is at <http://www.freebsd.org/cgi/query-pr.cgi?pr=3D41312>. --=20 \/ille Skytt=E4 scop at FreeBSD.org I've had www/41312 assigned to me for some time now, but I don't think it's a cvsweb bug or something I could do anything about. cvs@, could you take a look at this? TIA, --=20 \/ille Skytt=E4 scop at FreeBSD.org Responsible Changed From-To: scop->cvs Reassinging to cvs@, I don't see how I could help with fixing this one. Responsible Changed From-To: cvs->cvsadm cvs@ -> cvsadm@ I believe this PR can now be closed, as it appears to be obsoleted by revision 1.42 of www/en/cgi/cvsweb.conf which removed the NetBSD repository from CVSweb Gavin State Changed From-To: open->closed Obsoleted by subsequent events. |