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

Installing Subversion

From: John Tsangaris <johnt_at_webevent.com>
Date: 2002-04-12 19:20:50 CEST

I've downloaded subversion and am trying to install. I keep getting an
error but have been unable to identify why it's dying (other than what
the error says):

subversion/mod_dav_svn/log.c: In function `dav_svn__log_report':
subversion/mod_dav_svn/log.c:196: too few arguments to function
`apr_brigade_create'
make: *** [subversion/mod_dav_svn/log.lo] Error 1

The criminal line shows:

  lrb.bb = apr_brigade_create(resource->pool); /* not the subpool! */

It looks like it is expecting:

APU_DECLARE(apr_bucket_brigade *) apr_brigade_create(apr_pool_t *p)

It's been a long time since I've done C.. so it'll take me a little bit
to dig into the code to find out what's what.. so I was hoping someone
has the 10 second answer.

Also.. any projected date for when 1.0 is coming out? I'm researching
subversion for the company I work for (yes, I understand it's pre-alpha
currently.).

Thanks!

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 12 18:52:28 2002

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

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