Am Donnerstag, den 23.10.2008, 16:07 +0200 schrieb Bernd Büttner:
> The uClinux-dist-20080808-xxxxxxx patch-files contain files under a 
> subversion management folder.
> These folders start with ".svn" and all reside under user/clamav and 
> subfolders.
> I'm working with uClinux in a subversion working-copy.
> Fortunately I did a dry-run with the patch-file, otherwise my working copy 
> would be
> corrupted now.
> Will I have to edit the patch-file by myself (no fun with a 46MB file) or 
> will there be
> a new, corrected one soon?
> There are some other files and directories starting with a '.', for example 
> ".gitignore".
> I cannot say if they are correct or not.
> 
> Regards,
> Bernd

Hi Bernd,
instead of waiting, you can use a small awk script to clean up the
patch:

--------------------------
/^diff/{o=1}

/^diff.*\.svn$/{o=0}

o==1 {print}
--------------------------
Just an example, you can add more lines to filter out .gitignore and
similar files.

-Erwin


_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to