Hi Erich,

please keep replies on the list

> Thanks for the info, I tried to diff the buildtool tree, only got my own
> changes though.
> 
> cvs diff: Diffing . (...)
That's not how "cvs diff" works. From the man page:

"The default action is to compare your working files with the revisions
they were based on, and report any differences that are found."

So, by if you don't specify a revision, it only shows changes made
locally to the revision of the file you checked out - changes made in
the repository are not shown.

Something like that might work though:
cvs diff -r HEAD buildtool.pl

Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to