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

Re: Errors installing HTTP support in Subversion (Unix Tru64 5.1A)

From: Miguel Rentes <miguel.rentes_at_efacec.pt>
Date: Tue, 12 Feb 2008 15:41:02 +0000

Hi Joe!

It works!

I was finally able to put subversion understanding http and https
schemes =) I installed the new neon lib and changed CPPFLAGS as you
told me and did a configure like this:

./configure --prefix=/usr/local --without-berkeley-db
--with-apr=/usr/local --with-apr-util=/usr/local/apr
--with-neon=/usr/local --disable-neon-version-check

After that, I did a "make" and "make install (as root)" and could
finally see from a "svn --version" that I already have the http(s)
scheme enabled:

svn, version 1.4.6 (r28521)
   compiled Feb 12 2008, 14:34:12

Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Thank you very much Joe!

Best regards,

Miguel Rentes

Joe Orton wrote:
> On Tue, Feb 12, 2008 at 11:40:09AM +0000, Miguel Rentes wrote:
>
>> I compiled the new neon source code (0.28.0) and got no errors!
>>
>
> Good to hear, thanks for trying it out.
>
>
>> After that I installed it and linked Subversion 1.4.6 against this new
>> neon version but I can't seem to make the http scheme to be recognized
>> by subversion after compiling and installing it:
>>
>
> Existing releases of Subversion don't support neon 0.28; you'll have to
> configure Subversion like:
>
> export CPPFLAGS="-DSVN_NEON_0_26 -DSVN_NEON_0_25"
> ./configure --disable-neon-version-check ...
>
> joe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
>

-- 
Miguel Rentes
/Software Engineer/
EFACEC - Sistemas de Electronica, SA
/ID/GR/
*Address:*
Rua Eng. Frederico Ulrich apartado 3078
4471-907 Moreira da Maia - Portugal
*Phone: *+351 22 940 20 00 (DDI: 22 940 33 88)
*Fax: *+351 22 948 54 28
*Email: *miguel.rentes_at_efacec.pt <mailto:miguel.rentes_at_efacec.pt>
*Disclaimer* <http://efacec.pt/email.jpg>
Received on 2008-02-12 16:42:58 CET

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.