On Wed, 18 Oct 2000, Ragnar Wisløff wrote: > > > @@ -1,7 +1,7 @@ > > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> > > > <HTML> > > > <HEAD> > > > - <TITLE>Testside for Apache Installasjon på Webside</TITLE> > > > + <TITLE>Testside for Apache-installasjon</TITLE> > > > > My patch program doesn't like this at all. How did you create this? > > Please indicate what the problem is. That your patch program doesn't like it > is > very little to go on. Is the format the problem, the version of the file, > indentation or something else? >
I'm no cvs expert either. My GNU patch (2.5.4) says: patching file index.html.no patch: **** malformed patch at line 21: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> When I make patches from CVS, the "context" lines are always indented to the same level as the patch lines. Notice how <!DOCTYPE and <HTML> and <HEAD> are against the left margin in your patch, whereas in the patches I make, they would start where <TITLE> starts. I don't know if this is the problem or not. Joshua.