Re: Fix link to lost item

Georg Bauer <gb-BRhJDZTO+/[email protected]> Mon, 12 Jul 2004 07:48:55 +0200
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
Hi!

> Have MeshTool catch ValueError, also. See enclosed diff.
>

Hmm. Your patch has problems:

[tex:~/Projects/PyDS] gb% patch --dry-run -p0 <gtk-2004-05-31.diff
(Stripping trailing CRs from patch.)
patching file PyDS/MeshTool.py
Reversed (or previously applied) patch detected!  Assume -R? [n] ^C
[tex:~/Projects/PyDS] gb% patch --dry-run -p0 < gtk-2004-05-31.diff
(Stripping trailing CRs from patch.)
patching file PyDS/MeshTool.py
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
7 out of 7 hunks ignored -- saving rejects to file PyDS/MeshTool.py.rej
(Stripping trailing CRs from patch.)
patching file PyDS/ShutdownTool.py
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file 
PyDS/ShutdownTool.py.rej
(Stripping trailing CRs from patch.)
patching file PyDS/StructuredText.py
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file 
PyDS/StructuredText.py.rej
(Stripping trailing CRs from patch.)
patching file PyDS/WeblogTool.py
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file PyDS/WeblogTool.py.rej
(Stripping trailing CRs from patch.)
patching file PyDS/WikiTool.py
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
6 out of 6 hunks ignored -- saving rejects to file PyDS/WikiTool.py.rej

Did you diff against the current CVS? And did you upgrade your source 
tree before diffing?

bye, Georg