On Wed, 19 Feb 2003, Corne' Cornelius wrote:
> Hi,
>
> The version i changed on was 1.69, the latest was 1.78. I did a
>
> 'cvs update'
>
> and it showed
>
> 'M ext/informix/ifx.ec'
>
> but it doens't seem to have merged my file with the latest one. Any
> ideas why ?
Nope, better to do the update before you make changes :)
> how can i revert it ?
cd /source/php4
cvs diff -r 1.78 -r 1.79 ext/informix/ifx.ec > /tmp/patch
patch -p0 -R < /tmp/patch
cvs commit -m "- Revert latest commit" ext/informix/ifx.ec
regards,
Derick
--
Stop mad cowboy disease!
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php