Hello everybody I am wondering, if there are some howto patching the zope 10 files specifically for $MYZOPEHOME/lib/python/ZServer/datatypes.py Because when I try to patch like: patch datatypes.py datatypes.py.patch, the result: patching file datatypes.py Hunk #1 FAILED at 72. 1 out of 1 hunk FAILED -- saving rejects to file datatypes.py.rej It is the only file failed, the others one were fine. Some help will appreciate. -- Jonathan Salazar Vista: http://jonathansalazar.com
--On 20. Juni 2008 23:26:07 -0600 Jonathan Salazar Santos <jonanx779@gmail.com> wrote:
Hello everybody
I am wondering, if there are some howto patching the zope 10
We're in the year 3030? We are just at Zope 3.X :-) SCNR, Andreas
I am wondering, if there are some howto patching the zope 10
We're in the year 3030? We are just at Zope 3.X :-) You are in year 3030 ;-). I'm still stucked in the past with zope 2.8.x :-(
Anyway, my suggestion for the original poster is to use apache for ssl. I used m2crypto in the past and it was first really slow and second, it hanged sometimes while loading pages. I didn't wanted to use apache since I thoght it was too much effort. Anyway, I finally installed it and now I'm really happy with it ;-)
--On 20. Juni 2008 23:26:07 -0600 Jonathan Salazar Santos <jonanx779@gmail.com> wrote:
Hello everybody
I am wondering, if there are some howto patching the zope 10 files specifically for $MYZOPEHOME/lib/python/ZServer/datatypes.py
Because when I try to patch like: patch datatypes.py datatypes.py.patch, the result:
patching file datatypes.py Hunk #1 FAILED at 72. 1 out of 1 hunk FAILED -- saving rejects to file datatypes.py.rej
This issue is basically unrelated to Zope. A patch basically only applies _the_ version of a particular file that was used as basis for patch. If the file changed in between (new versions) then there is no guarantee that the patch program is able to apply the patch correctly. Solution: apply the patch _manually_. -aj
participants (3)
-
Andreas Jung -
Jonathan Salazar Santos -
Josef Meile