Re: Patches on windows.


Subject: Re: Patches on windows.
From: Henrik Berg (henrik@lansen.se)
Date: Sat May 06 2000 - 05:52:28 CDT


> Hi everyone,
> can someone on the list please tell us if it possible to make
> patches on a windows machine? Could they also explain how to apply patches
> to abi on a windows box? This appears to be a significant problem.
>
> This information should be archived on the abiword website.
>
> Patches are much easier to use and handle than listed changes.

No problem. I use this to generate a standard diff between my abi.org and abi directory. Executed by cygwin bash. Worked well on 20.1 as well as 21.0, but you have to change 'WIN32_21.0_i386' to match you flavour. I have not tested on the new cygwin 1.1.0

#!/bin/sh
diff -u -r -N -x CVS -x WIN32_21.0_i386_DBG -x WIN32_21.0_i386_OBJ --minimal abi.org/src/ abi/src/ > diff_last.txt




This archive was generated by hypermail 2b25 : Sat May 06 2000 - 06:31:11 CDT