[Kde-cygwin-cvs] CVS: qt-3 patched-original-files.txt, NONE, 1.1.2.1

Peter Kümmel syntheticpp at gmx.net
Sun Feb 6 15:35:12 CET 2005


Ralf Habacker wrote:
> Hi Peter, 
> On Friday 28 January 2005 14:40, you wrote:

...
 >
> do you have thought, that issue 2 and 3 are already in cvs and can be 
> retrieved any time using a cvs log and/or cvs diff commend using the version 
> qt_3_3_3  and QT_WIN32_3_3_BRANCH 
> 
> For example 
> 
> find -name '*.cpp' -o -name '*.h ' | grep -v "_win*" | xargs cvs diff -r 
> QT_WIN32_3_3_BRANCH -r qt_3_3_3 
> 
> find -name '*.cpp' -o -name '*.h ' | grep -v "_win*" | xargs cvs log -r 
> QT_WIN32_3_3_BRANCH -r qt_3_3_3 
> 
You are right, the diffs are completely redundant.

I've no problem with removing the file, but isn't
it good to have a list of important changes? Your
suggested version gives all changes, also total
irrelevant changes like formating.

> I think this would be like reinventing the wheel.  In the past I have imported 
> all original qt release any ported release is based on on the QT_IMPORT  
> branch for exactly this reason. :-)
Could you describe in more detail how you do the upgrades.
There is only the QT_IMPORT message on the cvs list. Are now all troll files
in the current branch replaced by their originals (some changes
of qmake are gone)?

> 
> What about writing a little shell script or batch file, which uses cvs to 
> retrieve exactly this information ? 
If you can, I can't.

Regards,
Peter


More information about the kde-cygwin mailing list