clients not supporting http?

2010-07-08 Thread Jason Aubrey
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

Re: clients not supporting http?

2010-07-08 Thread Nico Kadel-Garcia
On Thu, Jul 8, 2010 at 7:05 AM, Jason Aubrey aubre...@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

Re: clients not supporting http?

2010-07-08 Thread Mark Phippard
On Thu, Jul 8, 2010 at 7:05 AM, Jason Aubrey aubre...@gmail.com wrote: 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. Subversion requires either the Neon or Serf

Re: clients not supporting http?

2010-07-08 Thread Campbell Allan
On Thursday 08 Jul 2010, Nico Kadel-Garcia wrote: On Thu, Jul 8, 2010 at 7:05 AM, Jason Aubrey aubre...@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

Re: clients not supporting http?

2010-07-08 Thread Daniel Shahaf
Jason Aubrey wrote on Thu, 8 Jul 2010 at 14:05 -: (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 use 'svn cat' or 'svn export' or 'svn co --depth empty' to get a single file. Next time please

Re: clients not supporting http?

2010-07-08 Thread Nico Kadel-Garcia
On Thu, Jul 8, 2010 at 10:13 AM, Campbell Allan campbell.al...@sword-ciboodle.com wrote: On Thursday 08 Jul 2010, Nico Kadel-Garcia wrote: On Thu, Jul 8, 2010 at 7:05 AM, Jason Aubrey aubre...@gmail.com wrote: Hi All, I recently set up svn over http for a project I'm involved with. One

Re: clients not supporting http?

2010-07-08 Thread David Weintraub
On Thu, Jul 8, 2010 at 6:05 AM, Jason Aubrey aubre...@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