[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: req for testers: 2.2.x fbcon alpha fixesZ



Hi Jurgen !

On Sun, Jun 27, 1999 at 09:37:04PM +0200, Jurgen Kramer wrote:
> Hmm, I was just going to try the fixes-5 patch but it appears it's another format
> I can't use patch.
> It looks like a CVS file...

Hmm, yes. I also don't know how to apply a "cvs diff" patch. ;-(
unified. I always use cvs export followed by a  normal diff.

But pipe the diff through the following perl-hack.
It should work (using "patch -p1")
(IMHO only if you don't use timestamp options).

------------------------------------------------------------
#!/usr/bin/perl
  while(<>) {
      if (/^Index:\s+/) {
	  s@^\w+:\s+@@;
	  chomp;
	  $_ =  "diff -ruN x/$_ y/$_\n--- x/$_\n+++ y/$_\n";
	  <>; <>; <>; <>; <>; <>; <>;
      }
      print;	
  }
------------------------------------------------------------

-- 
  ciao -
    Stefan Traby
    Quant-X Alpha Linux Support

   Quant-X Service &                         Ph:  (+43) 4212 90555-0
   Consulting Ges.m.b.H.                     Fax: (+43) 4212 90555-555
   http://www.quant-x.com                    Email: support@quant-x.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []