[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: eSvn, version 0.6.8

From: Umputun <evgb_at_umputun.com>
Date: 2005-01-12 18:52:18 CET

> Does everybody have QT installed in exactly the same place?
'qmake esvn.pro' will do all job with different QT configuration
(locations/versions), and will make correct Makefile

>The correct version of svn libraries?
It doesn't matter. eSvn doesn't use svn's libraries.

> "Friendly for me" isn't enough.
In fact, it's friendly for me and for about 10000 people already
downloaded eSvn. So far, nobody complained about non-friendly setup.

> $ make
> qmake esvn.pro
> make -f esvn.mak
> /sw/bin/uic .ui/dlg_commit.ui -o .ui/dlg_commit.h
> uic: File generated with too recent version of Qt Designer (3.3 vs.
3.2.2)

You can solve the problem by changing version="3.3", to version="3.2.2"
in all *.ui files (this is in first line)

And there is eSvn 0.6.8 in Fink:
http://fink.sourceforge.net/pdb/package.php/esvn

Ben Collins-Sussman wrote:
>
> On Jan 12, 2005, at 11:21 AM, Umputun wrote:
>
>> I don't really see why you need autoconfiscate this QT based project.
>>
>> qmake esvn.pro && make && make install - it's really simple for me and
>> friendly enough way to build.
>>
>
> Does everybody have QT installed in exactly the same place? The correct
> version of QT? The correct version of svn libraries? I think you
> overestimate the "universality" of QT and esvn's dependencies.
> "Friendly for me" isn't enough.
>
> For example, wxWidgets (formerly wxWindows) is also a cross-platform
> GUI. But notice that rapidsvn still has a ./configure script, and it's
> saved me from many headaches.
>
>
>> Btw, what OS/distributive do you use ? There are binary and src
>> packages of eSvn for FC, Suse, Debian, Slackware, Mandrake, Gentoo ...
>>
>
> I use OSX. Used fink to fetch QT ('sudo apt-get install qt3'), but then
> I get:
>
> $ make
> qmake esvn.pro
> make -f esvn.mak
> /sw/bin/uic .ui/dlg_commit.ui -o .ui/dlg_commit.h
> uic: File generated with too recent version of Qt Designer (3.3 vs. 3.2.2)
>
>
> I'm not saying that ./configure would prevent these problems. But at
> least it's an interface that everyone is familiar with. I'd rather see
> ./configure tell me an error about mismatched versions than a static
> Makefile.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 12 18:58:09 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.