Over the years, I have created several repositories on one computer. How do I find for all local svn repositories?
I do have a solution but want to know if you know anything better:
find ~/ -name rep-cache.db
But the problem is that this solution does not tell me when the repo was last updated. I am not asking for how to search within a repository, which has been asked before or for example here.