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

Why didn't this build get ra_local as well as ra_dav?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2001-11-03 07:36:57 CET

Hmmm, something weird just happened on my home Debian box...

I have Berkeley in /usr/local/BerkeleyDB.3.3, and I configured
Subversion like this:

   ./configure --enable-maintainer-mode \
               --with-apxs=/usr/local/apache2/bin/apxs \
               --with-berkeley-db=/usr/local/BerkeleyDB.3.3

I'll spare you most of the configure spew, but suffice it to say that
it found Berkeley just fine:

   [...]
   checking for Berkeley DB in /usr/local/BerkeleyDB.3.3... yes
   [...]

Yet when I built, I got an svn binary for only ra_dav, no ra_local:

   floss$ make
      [... successful build, no errors ...]
   floss$ subversion/clients/cmdline/svn --version
   Subversion Client, version M5
      compiled Nov 2 2001, 23:04:30
   
   Copyright (C) 2000-2001 CollabNet.
   Subversion is open source software, see http://subversion.tigris.org/
   
   The following repository access (RA) modules are available:
   
   * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
     protocol.
     - handles 'http' schema
   
   floss$

(Confirmed this when I tried to do a checkout from a "file:///"
repository, and it complained that it didn't know how to handle that
URL scheme!)

I have a memory of this happening to others before, and there being
some obvious explanation for it, but now I can't remember what. Does
anyone know?

This was with bleeding edge svn, rev 387, the only changes not in my
tree were Greg's recent commits to the swig bindings area:

   floss$ svn st -u
   _ * 387 ./subversion/bindings
   _ * 387 ./subversion/bindings/README
   _ * 387 ./subversion/bindings/apr.i
   _ * 387 ./subversion/bindings/svn_client.i
   _ * 387 ./subversion/bindings/svn_delta.i
   _ * 387 ./subversion/bindings/svn_error.i
   _ * 387 ./subversion/bindings/svn_fs.i
   _ * 387 ./subversion/bindings/svn_io.i
   _ * 387 ./subversion/bindings/svn_ra.i
   _ * - ./subversion/bindings/svn_repos.i
   _ * 387 ./subversion/bindings/svn_string.i
   _ * 387 ./subversion/bindings/svn_types.i
   _ * 387 ./subversion/bindings/svn_wc.i
   _ * - ./subversion/bindings/util.i
   Head revision: 390
   floss$

?,
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:47 2006

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.