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
[EMAIL PROTECTED] wrote:
Greetings,
I am trying to create a CVS patch. I'm using JBuilder X and Tortoise CVS on Windows XP. As a test I modified a single existing line of code in JBuilder and saved. My format settings in JBuilder were set to "preserve current line endings within files." When I generate the patch file in CVS it contains a ton of changes to lines that I did not change.
An example is the beginning of the patch file shows:
/* * Copyright 2002-2004 The Apache Software Foundation. - * + *
It would seem this might have something to do with the line breaks. I have tried RTFM as well as googling everywhere and cannot figure out what's going on. Please help! I'd like to contribute something without my patch screwing up the formatting, etc.of the source files.
Thanks,
sean
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
