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
>
>
>
> 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
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
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
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 (
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
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
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