RE: svn list support for listing directory entries only

2014-05-05 Thread Bert Huijben
Subject: Re: svn list support for listing directory entries only > The "depth" parameter is used in many places, not just in "svn list"; > whatever enhancement you come up with must at least fit the other uses. Depth > was invented to describe sparse working copie

Re: svn list support for listing directory entries only

2014-05-05 Thread Dan Ellis
> > > > The "depth" parameter is used in many places, not just in "svn list"; whatever enhancement you come up with must at least fit the other uses. Depth was invented to describe sparse working copies, and was only later adapted to other commands. For sparse working copies, "depth=dirs" probably

Re: svn list support for listing directory entries only

2014-05-04 Thread Branko Čibej
On 04.05.2014 03:13, Dan Ellis wrote: > 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 i

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