[mono-vb] How to make a diff.
   
    Jambunathan Jambunathan
     
    kjambunathan@novell.com
       
    Wed, 27 Oct 2004 01:32:10 -0600
    
    
  
Ryan
You can do a cvs diff -u > patch.txt
If you would like to diff *not* against the repository (which is not
recommneded anyway) you can do a
 difff -u oldfile.cs newfile.cs > patch.txt
You may want to consult the following link as well.
http://www.gigascale.org/softdevel/faq/4.html 
Regards,
Jambunathan K.
>>> "Ryan L. Faircloth" <ryan@dss-i.com> 10/27/04 5:45 AM >>>
I have a couple of fixes to the visual basic class. I normally do not
work with cvs style tools. How do I make a diff to submit to the
mailing
list?