On 2020-01-10 16:58:26 +0100, Johan Corveleyn wrote: > Since both 'svn ls -v' and 'svn blame' can be called on a repository > URL, I don't really see the point in caching the max(length(author)) > of the working copy. > > The output from a URL would still be mis-aligned. It would make the > presentation inconsistent between calling it on a working copy and on > a URL.
Good point. I was about to say that in most cases, these commands are run from a working copy. But I now think that caching should be done under the user's home (just like with most applications). Under Unix, this would be under "$XDG_CACHE_HOME/subversion". The data should be associated with the URL of the repository. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)