Discussion:
c-function changes without checking out source code
Venkatraman T
2009-03-26 16:49:25 UTC
Permalink
Hi,
I am trying to get the c-function changes between two cvs versions without checking out the source. Currently ifI have the source checked out, this command does the job: cvs -d base:root diff -p -u -r1 -r2 path.

However if I don't have the code checked out, I get: cvs [diff aborted]: no such directory `path'

rdiff shows the changes without checking out the code but then there is no -p option to display the c-functions changes. Are there any suggestions to get the c-function changes without checking out the code?

Thanks
Venkat
Larry Jones
2009-03-28 19:03:11 UTC
Permalink
Post by Venkatraman T
rdiff shows the changes without checking out the code but then there
is no -p option to display the c-functions changes. Are there any
suggestions to get the c-function changes without checking out the
code?
Unfortunately not. If someone is looking for a project, it would be
nice to add an option to rdiff to allow passing arbitrary diff options.
--
Larry Jones

I sure wish I could get my hands on some REAL dynamite. -- Calvin
Loading...