Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: How to make the diff file?: msg#00001

Subject: Re: How to make the diff file?
Konrad Meyer wrote:
I've made an attempt at doing one of the easier documentation bits,
but I was wondering how I was supposed to make a diff. Is it enough to
diff the old file and new file, or do I need to cvs diff the whole
tree, or what?

This page

http://ruby-doc.org/documentation-guidelines.html


should have the proper pointers on generating the diff.

You need only diff the file being modified, using

 cvs diff -pu1 <filename1> <filename2>



James Britt




<Prev in Thread] Current Thread [Next in Thread>