Wrong pathes in commit logs of some files

Rostislav Krasny rosti_bsd at yahoo.com
Sat Apr 3 05:58:49 PST 2004


Hello all.

After any CVS commit is commited an email with the commit log is sent
to the cvs-all@ and to one of following three: cvs-src@, cvs-ports@ and
cvs-docs@ mailing lists. These logs include pathes to changed, added or
deleted files. The FreeBSD mailing lists archive located at
http://docs.freebsd.org/mail/ converts these pathes to links to file
diffs at CVSWEB. Most of the links are right but sometimes they are
wrong, probably because of wrong pathes. Look at following examples:

http://docs.freebsd.org/cgi/mid.cgi?200404030832.i338WXIS074587
http://docs.freebsd.org/cgi/mid.cgi?200404011937.i31JbYtH023149

Both commits changed the CVSROOT-src/access file but the logs point to
non-existent CVSROOT/access file. So the links to CVSROOT/access diffs
are wrong:

http://cvsweb.freebsd.org//CVSROOT/access.diff?r1=1.654&r2=1.655
http://cvsweb.freebsd.org//CVSROOT/access.diff?r1=1.653&r2=1.654

The right links should be as following:

http://cvsweb.freebsd.org/CVSROOT-src/access.diff?r1=1.654&r2=1.655
http://cvsweb.freebsd.org/CVSROOT-src/access.diff?r1=1.653&r2=1.654


P.S. There is also a superfluous '/' char but this is only a style bug
and not related to the CVSWEB. Anyway, it would be nice if someone
fixed it as well.

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/


More information about the freebsd-cvsweb mailing list