[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-12 18:33:22 CET

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:40:04 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.