Thanks Alex, but I forgot to mention I'm running on Windows! Anybody Zope/Windows gurus out there? Thanks, Greg.
-----Original Message----- From: alex@quad.com.ar [mailto:alex@quad.com.ar] Sent: 11 November 2001 14:51 To: Greg Conway Subject: Re: [Zope] installing a .diff file
you usually do: patch -p0 < name_of_file.diff
----- Original Message ----- From: "Greg Conway" <greg@gmlnt.com> To: <zope@zope.org> Sent: Sunday, November 11, 2001 11:07 AM Subject: [Zope] installing a .diff file
Hi all,
Can anybody please point me in the direction of instructions for applying a .diff patch?
I have a couple of plugins I want to have a play with but they need these patches to run, and since I've been bashing my head against this one for the past week or so, I thought it was time to ask for help!
Any suggestions gratefully received!
Regards,
Greg Conway.
-- ================================== Greg Conway Technical Director GML Networking Technologies
Email/MSN: greg@gmlnt.com ICQ#: 100219981 mobile tel.: +44 (0) 7974 666 967 mobile fax: +44 (0) 7970 087 935 Internet: http://www.gmlnt.com office tel.: +44 (0) 1255 672 103 office fax: +44 (0) 1255 679 909 ==================================
*********************************************************************** This is a confidential communication between sender and addressee. If you are not the intended recipient of this message, please notify the sender and do not read, copy, use or disclose this communication to others. Any opinions or views expressed are those of the individual, and unless otherwise stated, are not those of the company. All attachments and intellectual rights remain the property of GML (NT) Limited. ***********************************************************************
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
*********************************************************************** This is a confidential communication between sender and addressee. If you are not the intended recipient of this message, please notify the sender and do not read, copy, use or disclose this communication to others. Any opinions or views expressed are those of the individual, and unless otherwise stated, are not those of the company. All attachments and intellectual rights remain the property of GML (NT) Limited. ***********************************************************************
Greg Conway wrote:
Thanks Alex,
but I forgot to mention I'm running on Windows! Anybody Zope/Windows gurus out there?
Thanks,
Greg.
You may want to install cygwin http://sources.redhat.com/cygwin/ It gives you all the nice *nix utilities like grep and diff and patch. And a bash prompt :). -- Jim Washington
Gah, forgot to reply to the list on this one. On Sun, Nov 11, 2001 at 11:21:06AM -0500, Jim Washington wrote:
You may want to install cygwin
http://sources.redhat.com/cygwin/
It gives you all the nice *nix utilities like grep and diff and patch. And a bash prompt :).
DJ Delorie's site has Unix-like utilities for DOS/Windows, as well. It's not a full-blown Unix environment like Cygwin is, but it's probably easier to deal with if all you need is a Windows port of patch or similar. http://www.delorie.com/ ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/ ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/pat253b.zip (extract this, then run patch --help to get the usage info). -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
Many thanks to everybody who offered help on this, I installed cygwin and was able to patch my files - I now have my sql blender up and running! Don't know what to do with it now but at least it's a start!! :-) Regards, Greg.
-----Original Message----- From: Mike Renfro [mailto:mwr@cae.tntech.edu]On Behalf Of Mike Renfro Sent: 11 November 2001 22:27 To: Greg Conway; zope@zope.org Subject: Re: FW: [Zope] installing a .diff file
Gah, forgot to reply to the list on this one.
On Sun, Nov 11, 2001 at 11:21:06AM -0500, Jim Washington wrote:
You may want to install cygwin
http://sources.redhat.com/cygwin/
It gives you all the nice *nix utilities like grep and diff and patch. And a bash prompt :).
DJ Delorie's site has Unix-like utilities for DOS/Windows, as well. It's not a full-blown Unix environment like Cygwin is, but it's probably easier to deal with if all you need is a Windows port of patch or similar.
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/pat253b.zip (extract this, then run patch --help to get the usage info).
-- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
*********************************************************************** This is a confidential communication between sender and addressee. If you are not the intended recipient of this message, please notify the sender and do not read, copy, use or disclose this communication to others. Any opinions or views expressed are those of the individual, and unless otherwise stated, are not those of the company. All attachments and intellectual rights remain the property of GML (NT) Limited. ***********************************************************************
participants (3)
-
Greg Conway -
Jim Washington -
Mike Renfro