Re: svn list support for listing directory entries only

2014-05-03 Thread Ryan Schmidt
On May 3, 2014, at 22:32, Ryan Schmidt wrote: > On May 3, 2014, at 21:25, Dan Ellis wrote: > >> Its really a performance concern. We need to do this fairly regularly on a >> large repository (over a WAN I might add) and asking the server for all >> files and directories when we really only ne

Re: svn list support for listing directory entries only

2014-05-03 Thread Ryan Schmidt
On May 3, 2014, at 21:25, Dan Ellis wrote: > Its really a performance concern. We need to do this fairly regularly on a > large repository (over a WAN I might add) and asking the server for all files > and directories when we really only need a directory listing is really a huge > time sink (

Re: svn list support for listing directory entries only

2014-05-03 Thread Dan Ellis
On Sat, May 3, 2014 at 7:16 PM, Ryan Schmidt wrote: > > On May 3, 2014, at 20:13, Dan Ellis wrote: > > > The svn command line list command currently accepts --depth arguments of > files, infinity, and immediates (and empty, but that is really a no-op). > I'm in need of being able to list directo

Re: svn list support for listing directory entries only

2014-05-03 Thread Ryan Schmidt
On May 3, 2014, at 20:13, Dan Ellis wrote: > The svn command line list command currently accepts --depth arguments of > files, infinity, and immediates (and empty, but that is really a no-op). I'm > in need of being able to list directory entries only in a repository, but I'm > not sure there

svn list support for listing directory entries only

2014-05-03 Thread Dan Ellis
Hi, The svn command line list command currently accepts --depth arguments of files, infinity, and immediates (and empty, but that is really a no-op). I'm in need of being able to list directory entries only in a repository, but I'm not sure there is any good way to accomplish that as-is. I've se

Re: svnmucc and line endings

2014-05-03 Thread Dan Ellis
Thank you very much for the speedy change! On Fri, May 2, 2014 at 10:54 PM, Ben Reser wrote: > On 5/2/14, 3:24 PM, Dan Ellis wrote: > > svnmucc currently only supports linefeed (LF, \n) line endings and > complains > > about window's style carriage return, linefeed (CRLFs, \r\n) with: > > Error

Re: Simultaneous svnserve requests lead to "Can't read from connection: Connection reset by peer"

2014-05-03 Thread Ryan Schmidt
On May 2, 2014, at 11:29, Philip Martin wrote: > Ryan Schmidt writes: > >> Is there a limit on the number of simultaneous connections I can make >> from a single svn client to svnserve? > > No, there is no rate limiting at all in 1.8 svnserve: it will attempt to > start threads/processes as fas