> /otp/wine - working directory
>     /wine-cvs - snapshot with partial manual update from current cvs
> 
> From in /opt/wine execute
> 
> diff -ru ../wine-cvs .
> 
> edit the resulting
> 
> diff -ru ../wine-cvs/dlls/kernel/comm.c dlls/kernel/comm.c
> --- ../wine-cvs/dlls/kernel/comm.c      Fri Dec  1 18:58:28 2000
> +++ ./dlls/kernel/comm.c        Mon Dec 18 21:28:52 2000
> @@ -1489,17 +1489,37 @@
> 
> to
> 
> diff -ru ../wine-cvs/dlls/kernel/comm.c dlls/kernel/comm.c
> --- ./dlls/kernel/comm.c        Fri Dec  1 18:58:28 2000
> +++ ./dlls/kernel/comm.c        Mon Dec 18 21:28:52 2000
> @@ -1489,17 +1489,37 @@
> 
> Would it produce something as easy to apply as a normal cvs diff patch?
> 
> Does anyone have any better ideas or any suggestions on how to proceed?

Just issue "patch -p1" no need to edit the diff. 

And yes, you can do that above diff without any trouble, however, you'll
need to keep pretty current.

You're probably better off trying to get the winehq folks to add a cvs
pserver on port 80 on a virtual ip addr or similar. (Surely port 80
isn't blocked at your site.)

-- Nathan

------------------------------------------------------------
Nathan Neulinger                       EMail:  [EMAIL PROTECTED]
University of Missouri - Rolla         Phone: (573) 341-4841
CIS - Systems Programming                Fax: (573) 341-4216

Reply via email to