You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Erik Huelsmann <eh...@gmail.com> on 2005/06/05 07:51:56 UTC

Re-instating svn-config?

As it turns out, more and more people seem to be using svn-config as
shown by this mail below, but also seen on IRC. I believe that we
think it's currently broken (as discussed in
http://svn.haxx.se/users/archive-2005-02/1116.shtml).

Can someone extend issue 751
(http://subversion.tigris.org/issues/show_bug.cgi?id=751) with the
exact course of action required?

Thanks!

bye,

Erik.


================================


Hi,

I'm trying to compile the pecl svn module, for PHP. I downloaded the
file from http://pecl.php.net/package/svn, and compiled it in this
order:

gzip -d < extname.tgz | tar -xvf -
cd extname
phpize
./configure && make

On two seperate machines, running svn 1.2.0RC2, I get this error:
checking for svn support... yes, shared
checking for svn-config... not found
configure: WARNING:
Did not find svn-config; please ensure that you have installed
the svn developer package or equivalent for you system.


================================

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: Re-instating svn-config?

Posted by Greg Hudson <gh...@MIT.EDU>.
On Sun, 2005-06-05 at 16:25 +0100, Max Bowsher wrote:
> I think we just need to replace it with a working version.

I would favor eliminating svn-config myself.  The "each package provides
its own foo-config script" model is far inferior to the pkg-config
model, in terms of avoiding duplicate -I/-L/-l flags.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Re-instating svn-config?

Posted by Max Bowsher <ma...@ukf.net>.
Marcus Rueckert wrote:
> On 2005-06-05 09:51:56 +0200, Erik Huelsmann wrote:
>> Can someone extend issue 751
>> (http://subversion.tigris.org/issues/show_bug.cgi?id=751) with the
>> exact course of action required?
> 
> erik i would go for pkg-config instead of svn-config scripts.

We have issues regarding both.

> and we should propagate more clearly that svn-config should not be used.

I think we just need to replace it with a working version.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Re-instating svn-config?

Posted by Marcus Rueckert <da...@web.de>.
On 2005-06-05 09:51:56 +0200, Erik Huelsmann wrote:
> Can someone extend issue 751
> (http://subversion.tigris.org/issues/show_bug.cgi?id=751) with the
> exact course of action required?

erik i would go for pkg-config instead of svn-config scripts.
and we should propagate more clearly that svn-config should not be used.

darix


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org