Author Topic: TortoiseSVN , how to generate DIFF file ? EDIT:(Diff file uploaded)  (Read 18276 times)

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
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
« Last Edit: January 11, 2006, 07:14:40 am by cyberkoa »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: TortoiseSVN , how to generate DIFF file ?
« Reply #1 on: January 10, 2006, 10:45:55 am »
TortoiseSVN menu, "Create Patch" :)
Be patient!
This bug will be fixed soon...

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: TortoiseSVN , how to generate DIFF file ?
« Reply #2 on: January 10, 2006, 02:17:57 pm »
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."

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
Re: TortoiseSVN , how to generate DIFF file ?
« Reply #3 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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: TortoiseSVN , how to generate DIFF file ?
« Reply #4 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 :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
Re: TortoiseSVN , how to generate DIFF file ?
« Reply #5 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

Offline cyberkoa

  • Plugin developer
  • Almost regular
  • ****
  • Posts: 145
    • http://
Re: TortoiseSVN , how to generate DIFF file ?
« Reply #6 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]

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: TortoiseSVN , how to generate DIFF file ? EDIT:(Diff file uploaded)
« Reply #7 on: January 11, 2006, 10:17:33 am »
Patch applied. You can now go on ;)
Be patient!
This bug will be fixed soon...