News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

TortoiseSVN , how to generate DIFF file ? EDIT:(Diff file uploaded)

Started by cyberkoa, January 10, 2006, 10:41:14 AM

Previous topic - Next topic

cyberkoa

Hi, anybody know how to generate DIFF file with TortoiseSVN ? I use the Diff function , it brings me to a viewer windows , if I save , it will save the whole source file and not the difference.  :(

I need to generate diff file for propgrid that I customize for adding bitmap widgets

mandrav

Be patient!
This bug will be fixed soon...

thomas

wxImageFileProperty and wxAdvImageFileProperty are not good enough for your purpose?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

cyberkoa

Quote from: mandrav on January 10, 2006, 10:45:55 AM
TortoiseSVN menu, "Create Patch" :)
thx   :)


Quote from: thomas on January 10, 2006, 02:17:57 PM
wxImageFileProperty and wxAdvImageFileProperty are not good enough for your purpose?

I am using the wxAdvImageFileProperty but I think it is not in the advprop.*right ? :roll:
that why I hv ported it from the wxpropgrid sample

thomas

No idea in which header it is (never used it), but advprop.h sounds like a good guess. It is quite certain that it exists, though, I've seen it :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

cyberkoa

Quote from: thomas on January 10, 2006, 04:40:13 PM
No idea in which header it is (never used it), but advprop.h sounds like a good guess. It is quite certain that it exists, though, I've seen it :)

just download the wxpropgrid stable release and confirm wxAdvImageProperty is not in that release , my effort of porting is not waste :)

tonight I shall do a final checking and upload the diff file , after sdk/propgrid commited I shall commit the changes for wxSmith 。。  :D

cyberkoa

Here are the diff files for advprop.cpp and advprop.h need to be commited to SVN under sdk/propgrid .. let me know if it is done so that I can commit those changes in wxSmith later, thx :)

[attachment deleted by admin]

mandrav

Be patient!
This bug will be fixed soon...