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

RE: Question on subversion client for Linux.

From: David Tyler <dtyler_at_justicesystems.com>
Date: Mon, 29 Dec 2008 14:03:55 -0700

-----Original Message-----
From: Bogdan Cristea [mailto:cristeab_at_gmail.com]
Sent: Monday, December 29, 2008 12:35 PM
To: David Tyler
Cc: users_at_subversion.tigris.org
Subject: Re: Question on subversion client for Linux.

On Monday 29 December 2008 20:49:30 you wrote:
> I am currently trying to set up Subversion as a client on a Linux system.
> I have extracted the files from the tarball and compiled on the new machine
> using the same process as the server, but I am unable to get it to work.
>
> Any help in pointing me in the right direction would be appreciated.
>
> Additional information:
>
> Command being run:
> svn list http://abqlx1/XXXXXX
>
> Error being returned:
> svn: Unrecognized URL scheme for 'http://abqlx1/XXXXXXX'
>
>
> Apache2 version 2.2.9 being used.
> Configure line is:
> ./configure --prefix=/usr/local/apache2 --enable-ssl --enable-cache
> --enable-disk-cache --enable-mem-cache --enable-autoindex --enable-dav
> --enable-dav-fs --enable-dav-lock --enable-mods-shared="rewrite ssl dav
> dav-fs dav-lock proxy"
>
>
> SVN version 1.5.0 being used (same version as server):
> Configure line is:
> ./configure --with-apr=/usr/local/apache2
> --with-apr-util=/usr/local/apache2
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=9
>95205
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].

What is the output of 'svn --version'
Your client should support 'http' scheme

--
Bogdan Cristea
------------------------------------------------------
Ra_neon was not built into the compile.  I reviewed the output of configure and found neon configuration was missing and not being included.  After a quick review of the available and installed packages I found that while neon was installed, neon-devel was not.  After installing neon-devel, running make clean, configure, make and make install, it now works.
Thank you so much for your help!
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=995273
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-29 22:05:06 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.