On Sun, Nov 24, 2019 at 1:17 PM sebb <seb...@gmail.com> wrote: > > I was thinking of using svn ls to create a listing file which would be > cached locally.
Unfortunately, some observations (numbers below are approximate): svn up on a populated iclas directory: one second svn ls on iclas: two seconds, but only returns depth one svn ls on iclas --depth infinity: one minute What's most concerning is not just the elapsed time, but that this likely means that the call is expensive on the server, which may impact other users. - Sam Ruby