Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2007 00:53:24 -0000
From:      "Steven Hartland" <killing@multiplay.co.uk>
To:        <freebsd-www@freebsd.org>
Subject:   bug with cvsweb diffs?
Message-ID:  <001901c76765$8496c660$b3db87d4@multiplay.co.uk>

next in thread | raw e-mail | index | archive | help
I've just been trying to get a patch for the areca driver
and noticed that no matter which way round you select
versions for diffs you always get the same result.

This means that you cant actually just grab a "patch"
for a file from cvs as it does the diff the wrong
way round forcing patch to moan about -R.

An example of this can be seen by comparing the following
two links:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/arcmsr/arcmsr.c.diff?r1=1.8.2.3&r2=1.8.8.1
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/arcmsr/arcmsr.c.diff?r1=1.8.8.1&r2=1.8.2.3

Both end up running:
diff -u -p -r1.8.2.3 -r1.8.8.1

Where I would expect the first link to do:
diff -u -p -r1.8.2.3 -r1.8.8.1
but the second to do:
diff -u -p -r1.8.8.1 -r1.8.2.3


Would be nice to get this fixed so its easy to get working
diffs for version and should be pretty easy to fix.

    Regards
    Steve


================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337
or return the E.mail to postmaster@multiplay.co.uk.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001901c76765$8496c660$b3db87d4>