Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2004 05:58:36 -0800 (PST)
From:      Rostislav Krasny <rosti_bsd@yahoo.com>
To:        freebsd-cvsweb@freebsd.org
Subject:   Wrong pathes in commit logs of some files
Message-ID:  <20040403135836.52128.qmail@web14803.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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/


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040403135836.52128.qmail>