Changes between Initial Version and Version 1 of Ticket #205, comment 12


Ignore:
Timestamp:
Jul 14, 2011, 12:19:25 PM (13 years ago)
Author:
Dmitry A. Kuminov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #205, comment 12

    initial v1  
    33Regarding the last diff. Sorry, I wasn't clear enough about what I need. I need a diff between your patches, not the diff between the whole trees (this is a very huge diff, I will spend years sorting it out -) Can you just give me what you patched after you took the qtc220_diff.zip, excluding the official 2.2.0 to 2.2.1 changes? You can do that by {{{svn merge -r A:B <path_to_wc_root>}}} where A is the revision after the 2.2.1 merge and B is the head. If there were patches after qtc220_diff.zip but before merging 2.2.1 in, you can get them using the same command with the respective revisions as well.
    44
    5 1.) Okay, that's what I guessed. I had the same issue in Java and used a similar  solution there. Though I use BEGINLIBPATH without humbleness and I guess we should go that way here too: imagine if there is a DLL with the same name as the plugin somewhere in LIBPATH/BEGINLIBPATH just by accident -- it will be found first...
     51.) Okay, that's what I guessed. I had the same issue in Java and used a similar  solution there (I do really think it'a bug in the loader). Though I use BEGINLIBPATH without humbleness and I guess we should go that way here too: imagine if there is a DLL with the same name as the plugin somewhere in LIBPATH/BEGINLIBPATH just by accident -- it will be found first...
    66
    772.) Okay, I see.