[horde] Upgrade project using patch file

Wim wim at gekkos.org
Thu Oct 13 11:21:18 PDT 2005


Kevin M. Myer wrote:
> Quoting Wim <wim at karowim.org>:
> 
> 
>>Hi,
>>
>>How do I have to use the patch ´patch-turba-h3-2.0.2-h3-2.0.3.gz´ to
>>upgrade turba 2.0.2 to 2.0.3
> 
> 
> man patch for an overview
> 
> Specifically for turba:
> 
> gunzip patch-turba-h3-2.0.2-h3-2.0.3.gz
> cd <your turba location>
> patch -p1 --dry-run < /location-of-patch-turba-h3-2.0.2-h3-2.0.3
> 
> If that dry-run applies cleanly, then:
> 
> patch -p1 < /location-of-patch-turba-h3-2.0.2-h3-2.0.3
> 
> Kevin
> 
Hey,
Another problem

patch -p1 --dry-run < /location-of-patch applies cleanly
and
patch -p1 < /location-of-patch is running without errors

But after I only got a blank page for the project I patched. I had this 
with Ingo and Mnemo patches of today.
Is there still something I forgot ??

Many thanks



More information about the horde mailing list