Skip to Content.
Sympa Menu

freetds - RE: [freetds] another non-standard patch from me :-(

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Castellano, Nicholas" <Nicholas_Castellano AT acml.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] another non-standard patch from me :-(
  • Date: Thu, 13 Feb 2003 13:02:07 -0500

Bill,

But you don't need CVS to produce unified diffs.

Say you have an original set of files in a subdirectory called "orig" and a
modified set in a subdirectory called "work". To produce a unified diff
just do:

diff -ur orig work > diffs.txt

That should take care of everything except new files you are adding. You
can either send those separately, or manually include them in the diff:

diff -u /dev/null work/some/new/file >> diffs.txt

If your "diff" is from the dark ages and doesn't understand the "-u" flag,
GNU diff can do the job.

Hope that helps...

Cheers,
--nick


-----Original Message-----
From: freetds-admin AT lists.ibiblio.org
[mailto:freetds-admin AT lists.ibiblio.org]
Sent: Thursday, February 13, 2003 12:29 PM
To: 'freetds AT lists.ibiblio.org'
Subject: RE: [freetds] another non-standard patch from me :-(


hey nick,

I haven't got CVS access sorted out yet from work.
This is all being sorted out from NY (me being in London)
We are working on setting up a a mirror of the sourceforge project within
our firewall.
At least with that, which would be refreshed daily, I would be able to CVS
update, diff etc.

Until that's set up, I try my best to make the process as painless as
possible for you guys...

Bill



The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page