Dennis,
Thanks for the response. I figured out the problem and it was indeed the trailing whitespace as you had mentioned. There is a setting for it. Oddly enough its not set at the project level but at the editor level (a save option). Once I changed the setting I was fine.
Thanks.
----- Original Message ----- From: "Dennis Lundberg" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Sent: Saturday, September 11, 2004 6:50 PM
Subject: Re: Problems generating CVS patch
Hi Sean
I think that JBuilder is stripping trailing blanks for you. In IntelliJ IDEA that I use there is a setting for this. There should be one in JBuilder as well.
I ran into this myself a while ago. One solution, if you can't find a switch in JBuilder, is to change the cvs command slightly. Instead of doing
cvs diff -u filename
you do
cvs diff -uwb filename
-- Dennis Lundberg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
