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

RE: [BUG] --with-ssl causes update to fail

From: Sander Striker <striker_at_apache.org>
Date: 2001-09-08 11:43:07 CEST

> From: Joe Orton [mailto:joe@manyfish.co.uk]
> Well I just tried this, using this configure line (and bundled DB3
> build, but otherwise normal)

Same here, bundled db3 build that is.

> ../configure --disable-shared --with-ssl --enable-maintainer-mode
>
> and then doing
>
> ../subversion/clients/cmdline/svn co https://localhost/
>
> works (in that it doesn't complain about unrecognized URL scheme).

Right, I think I found what the problem is. I retried it and
then decided to pick a new installation directory (one that didn't
exist before) like so:

$ ./configure --disable-shared --prefix=/opt/svn-static \
  --enable-maintainer-mode --with-ssl=/opt/ssl
$ make

# make install

$ /opt/svn-static/bin/svn --version
Subversion, version M3 (client)
   compiled Sep 8 2001, 11:34:54

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 : handles 'http' schema
 (Module for accessing a repository via WebDAV (DeltaV) protocol.)
* ra_local : handles 'file' schema
 (Module for accessing a repository on local disk.)
* ra_dav : handles 'https' schema
 (Module for accessing a repository via WebDAV (DeltaV) protocol.)

$ /opt/svn-static/bin/svn update [my current directory is a checked out
copy of svn]
$

Now this works, I'll go and try the shared build, after first removing
the installation directory...

Sander

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