> -----Original Message----- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 10:58 AM > To: Struts Developers List > Subject: Re: Struts-EL: Finished with copyright header and javadoc > > > Karr, David wrote: > > >Or even better, create a file "$HOME/.cvsrc" that sets your "always" > >options, that might look like this (make sure you understand > all of these > >options before you store this): > > > >-------------- > >cvs -r > >update -dP > >checkout -P > >diff -c > >-------------- > > > Shouldn't that be diff -u?
I'd say that's one of those "personal preference" issues. The "-c" option does a "context diff", and "-u" does a "unified diff". Either one is better than the default, for human consumption. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>