Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: cyberkoa on January 10, 2006, 10:41:14 am

Title: TortoiseSVN , how to generate DIFF file ? EDIT:(Diff file uploaded)
Post by: cyberkoa on January 10, 2006, 10:41:14 am
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
Title: Re: TortoiseSVN , how to generate DIFF file ?
Post by: mandrav on January 10, 2006, 10:45:55 am
TortoiseSVN menu, "Create Patch" :)
Title: Re: TortoiseSVN , how to generate DIFF file ?
Post by: thomas on January 10, 2006, 02:17:57 pm
wxImageFileProperty and wxAdvImageFileProperty are not good enough for your purpose?
Title: Re: TortoiseSVN , how to generate DIFF file ?
Post by: cyberkoa on January 10, 2006, 04:06:21 pm
TortoiseSVN menu, "Create Patch" :)
thx   :)


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
Title: Re: TortoiseSVN , how to generate DIFF file ?
Post by: 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 :)
Title: Re: TortoiseSVN , how to generate DIFF file ?
Post by: cyberkoa on January 10, 2006, 05:41:08 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
Title: Re: TortoiseSVN , how to generate DIFF file ?
Post by: cyberkoa on January 11, 2006, 06:28:38 am
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]
Title: Re: TortoiseSVN , how to generate DIFF file ? EDIT:(Diff file uploaded)
Post by: mandrav on January 11, 2006, 10:17:33 am
Patch applied. You can now go on ;)