Patch problem
I have a problem with xml files written under Windows I received from
Pierre and Kolbjoern: some of them are correctly patched, others are not.
I got error messages like "Hunk #2 FAILED at 11".
For example with docks.xml in this diff when I tried to patch it:
Index: src/using/docks.xml
===================================================================
--- src/using/docks.xml (r?vision 1677)
+++ src/using/docks.xml (copie de travail)
@@ -1,8 +1,9 @@
-
+
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbookx.dtd">
- $Revision$
+ $Revision : 1623 $
2006-02-24
j.h
@@ -100,7 +101,7 @@
Dialogues
Cr?er une nouvelle fen?tre avec onglets
- dans la Bo?te ? outils:
+ dans la Bo?te ? outils :
...........
I verified that files are in the UNIX UTF-8 format.
What does this "Hunk #2 FAILED at 11" mean?
Why is there two different revision numbers in this diff?
What can I do to solve the problem?
Julien