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

Re: clients not supporting http?

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Thu, 8 Jul 2010 08:07:28 -0400

On Thu, Jul 8, 2010 at 7:05 AM, Jason Aubrey <aubreyja_at_gmail.com> wrote:
> Hi All,
>
> I recently set up svn over http for a project I'm involved with. One
> user made the following complaints:
>
> (1) Some svn clients do not support the http protocol.  This
> is a common occurrence when a user builds svn from source.
>
> Because the svn transport svn:// is the standard,
> internal transport for svn, every svn client should
> support it.

Yup: if you don't have the HTTPD or Apache include files installed,
known as the "httpd-devel" package under RPM based Linux distributions
like RedHat and Fedora, you can't build the relevant software because
you lack the compilation tools. The "./configure" script detects this
and disables the relevant features.

> (2) When i attempted to download a single-file,
> svn complained that the file name was not a directory
> name and rejected the request.

You can't "check out" a single file, You can download it with the
"export" command, or a simple "wget".

> Is this true, that "some svn clients do not support http"?  This seems
> unlikely to me. And I found
> no examples when I searched google. I believe this user is on a Solaris
> machine.
>
> Also, should he be having trouble downloading a single file?  I can address
> this second issue
> with him - I primarily wanted to get the list's input on the first question.
>
> Thanks very much,
>
> Jason Aubrey
>

He's probably trying to check it out, not download it. Checkouts
create that ".svn" subdirectory, with its attached information about
the other contents of the directory.
Received on 2010-07-08 14:09:09 CEST

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.