Simple RCS Question
Hello Zopers, I need to update my xmlrpclib.py module so that it can marshal the DateTime datatype. I found a patch here: http://www.zope.org/Members/peterb/xml-rpc but it is a RCS file and Ive never used RCS before. I downloaded a few different windows based RCS tools but after an hour of guessing I cant see any obvious way to merge this with my existing xmlrpclib.py module. Can any take pity on me and save me a few hours of wandering. Thanks, Derek T Basch __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
you're not looking at an "RCS File", you're looking at a patch, like the author of that page says. use the "patch" command to integrate the patch. jens On Friday, June 14, 2002, at 02:49 , Derek Basch wrote:
Hello Zopers, I need to update my xmlrpclib.py module so that it can marshal the DateTime datatype. I found a patch here: http://www.zope.org/Members/peterb/xml-rpc
but it is a RCS file and Ive never used RCS before. I downloaded a few different windows based RCS tools but after an hour of guessing I cant see any obvious way to merge this with my existing xmlrpclib.py module. Can any take pity on me and save me a few hours of wandering. Thanks, Derek T Basch
Do you mean this linux patch command?: http://www.oreillynet.com/linux/cmd/p/patch.html Im using windoze (Yes, it sucks). Thanks again, Derek Basch --- Jens Vagelpohl <jens@zope.com> wrote:
you're not looking at an "RCS File", you're looking at a patch, like the author of that page says.
use the "patch" command to integrate the patch.
jens
On Friday, June 14, 2002, at 02:49 , Derek Basch wrote:
Hello Zopers, I need to update my xmlrpclib.py module so that it can marshal the DateTime datatype. I found a patch here: http://www.zope.org/Members/peterb/xml-rpc
but it is a RCS file and Ive never used RCS before. I downloaded a few different windows based RCS tools but after an hour of guessing I cant see any obvious way to merge this with my existing xmlrpclib.py module. Can any take pity on me and save me a few hours of wandering. Thanks, Derek T Basch
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
yes, the unix patch command. can't help you with windoze... :/ jens On Friday, June 14, 2002, at 04:20 , Derek Basch wrote:
Do you mean this linux patch command?: http://www.oreillynet.com/linux/cmd/p/patch.html
Im using windoze (Yes, it sucks). Thanks again, Derek Basch
--- Jens Vagelpohl <jens@zope.com> wrote:
you're not looking at an "RCS File", you're looking at a patch, like the author of that page says.
use the "patch" command to integrate the patch.
jens
On Friday, June 14, 2002, at 02:49 , Derek Basch wrote:
Hello Zopers, I need to update my xmlrpclib.py module so that it can marshal the DateTime datatype. I found a patch here: http://www.zope.org/Members/peterb/xml-rpc
but it is a RCS file and Ive never used RCS before. I downloaded a few different windows based RCS tools but after an hour of guessing I cant see any obvious way to merge this with my existing xmlrpclib.py module. Can any take pity on me and save me a few hours of wandering. Thanks, Derek T Basch
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
Yikes, I was going to try to supply you with a patched file, but I can't even get the patch into a reasonable state when attempting to copy its rendered state from my clipboard. It should really be a plaintext file. If you've already gone through the pain of de-hosing the rendering, one fairly easy way to get "patch" on a Windows system is to install Cygwin (http://www.cygwin.com), an excellent piece of software even if you don't need patch. ;-) - C On Fri, 2002-06-14 at 16:50, Jens Vagelpohl wrote:
yes, the unix patch command. can't help you with windoze... :/
jens
On Friday, June 14, 2002, at 04:20 , Derek Basch wrote:
Do you mean this linux patch command?: http://www.oreillynet.com/linux/cmd/p/patch.html
Im using windoze (Yes, it sucks). Thanks again, Derek Basch
--- Jens Vagelpohl <jens@zope.com> wrote:
you're not looking at an "RCS File", you're looking at a patch, like the author of that page says.
use the "patch" command to integrate the patch.
jens
On Friday, June 14, 2002, at 02:49 , Derek Basch wrote:
Hello Zopers, I need to update my xmlrpclib.py module so that it can marshal the DateTime datatype. I found a patch here: http://www.zope.org/Members/peterb/xml-rpc
but it is a RCS file and Ive never used RCS before. I downloaded a few different windows based RCS tools but after an hour of guessing I cant see any obvious way to merge this with my existing xmlrpclib.py module. Can any take pity on me and save me a few hours of wandering. Thanks, Derek T Basch
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
_______________________________________________ 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 )
On Fri, Jun 14, 2002 at 05:19:03PM -0400, Chris McDonough wrote:
If you've already gone through the pain of de-hosing the rendering, one fairly easy way to get "patch" on a Windows system is to install Cygwin (http://www.cygwin.com), an excellent piece of software even if you don't need patch. ;-)
Not that I dislike Cygwin, but if all you needed was patch and diff, see: http://www.squirrel.nl/people/jvromans/tpj0403-0016b.html -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
Thanks for the suggestions, I checked out the standalone diff and patch tools and it looks like I will have to compile them(I Think?). Looks like I will have to get the free Borland C++ compiler and learn how to use it. I might as well learn some C++ while im at it. I cant know only python forever. I will check out cygwin too. --- Mike Renfro <renfro@tntech.edu> wrote:
On Fri, Jun 14, 2002 at 05:19:03PM -0400, Chris McDonough wrote:
If you've already gone through the pain of de-hosing the rendering, one fairly easy way to get "patch" on a Windows system is to install Cygwin (http://www.cygwin.com), an excellent piece of software even if you don't need patch. ;-)
Not that I dislike Cygwin, but if all you needed was patch and diff, see:
http://www.squirrel.nl/people/jvromans/tpj0403-0016b.html
-- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University --
renfro@tntech.edu __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
A dump question, I looked at the patch, and it is just 7 lines long, why don't you insert those manually ? --On Freitag, Juni 14, 2002 16:42:39 -0700 Derek Basch <dbasch@yahoo.com> wrote:
Thanks for the suggestions, I checked out the standalone diff and patch tools and it looks like I will have to compile them(I Think?). Looks like I will have to get the free Borland C++ compiler and learn how to use it. I might as well learn some C++ while im at it. I cant know only python forever. I will check out cygwin too.
--- Mike Renfro <renfro@tntech.edu> wrote:
On Fri, Jun 14, 2002 at 05:19:03PM -0400, Chris McDonough wrote:
If you've already gone through the pain of de-hosing the rendering, one fairly easy way to get "patch" on a Windows system is to install Cygwin (http://www.cygwin.com), an excellent piece of software even if you don't need patch. ;-)
Not that I dislike Cygwin, but if all you needed was patch and diff, see:
http://www.squirrel.nl/people/jvromans/tpj0403-0016b.html
-- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University --
renfro@tntech.edu
__________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
_______________________________________________ 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 )
Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163 -------------------------------------------------------------------- Key fingerprint = DA10 CC82 62F8 1DBB 39A1 1EDC 725B 3317 A8D7 C3A6 Keyserver: http://www.keyserver.net/en/
On Fri, Jun 14, 2002 at 04:42:39PM -0700, Derek Basch wrote:
I checked out the standalone diff and patch tools and it looks like I will have to compile them(I Think?).
The patch program I just downloaded (via the Activestate link on the page I previously sent) was precompiled and ready to go: ftp://ftp.linux.activestate.com/pub/staff/gsar/patch2_1-win32-v4-exe.zip -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
OK, I read up on the diff and patch command and got cygwin installed. Now I understand what kind of file this is: http://www.zope.org/Members/peterb/xml-rpc Thats what I get for not knowing linux :( Hopefully peterb's patch works once I apply it because I looked at the xmlrpclib module and its a bit confusing to me. cross my fingers, Derek Basch --- Mike Renfro <renfro@tntech.edu> wrote:
On Fri, Jun 14, 2002 at 05:19:03PM -0400, Chris McDonough wrote:
If you've already gone through the pain of de-hosing the rendering, one fairly easy way to get "patch" on a Windows system is to install Cygwin (http://www.cygwin.com), an excellent piece of software even if you don't need patch. ;-)
Not that I dislike Cygwin, but if all you needed was patch and diff, see:
http://www.squirrel.nl/people/jvromans/tpj0403-0016b.html
-- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University --
renfro@tntech.edu __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
participants (5)
-
Chris McDonough -
Derek Basch -
Jens Vagelpohl -
Joachim Schmitz -
Mike Renfro