You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Tyler <dt...@justicesystems.com> on 2008/12/29 18:49:30 UTC

Question on subversion client for Linux.

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=995205

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Question on subversion client for Linux.

Posted by David Tyler <dt...@justicesystems.com>.
-----Original Message-----
From: Bogdan Cristea [mailto:cristeab@gmail.com]
Sent: Monday, December 29, 2008 12:35 PM
To: David Tyler
Cc: users@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@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@subversion.tigris.org].


Re: Question on subversion client for Linux.

Posted by Bogdan Cristea <cr...@gmail.com>.
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@subversion.tigris.org].

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

-- 
Bogdan Cristea

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=995236

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].