RE: Fix link to lost item

"Garth T Kidd" <garth-OnzZ1s1DREKDegMON/[email protected]> Tue, 13 Jul 2004 00:33:11 +1000
Newsgroups gmane.comp.pythin.pyds.devel
Organization Deadly Bloody Serious
Message-ID <[email protected]>
Georg, you applied the wrong diff. 2004-05-31 is way old. :) 

No worries; I've found bigger problems than just that, and suspect I'm close
to a fix. By the end of it all, MeshTool should accurately re-render items
with dangling links if a new item is created, and re-render items with links
if the destination is deleted. 

Hmm; I should also re-render if the destination title is changed. It's not
worth it unless I can get title= emitted again on my links, but surely
someone has a lead on why that stopped working? :) 

-----Original Message-----
From: Georg Bauer [mailto:gb-BRhJDZTO+/[email protected]] 
Sent: Monday, 12 July 2004 3:49 PM
To: Garth T Kidd
Cc: 'List PyDS'
Subject: Re: [Pyds-dev] Fix link to lost item

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