How do I list all the subversion repos created with “svnadmin create …” by various users? I want to setup a method to backup the repositories. But first, I should know a list of them. Many users might have created their own repos into multiple locations.
There is no way to get a list except if you were managing it all yourself. What I mean is by not letting the users create their own repositories where ever they please.
Thanks logic_earth, it might be a poor design idea to allow users let create svn repositories themselves.
But if I can track who created a repository where, I can work on as I wished.
Probably, there may be a server log once a repo is created?
Otherwise I should plan to backup the entire user’s area, that definitely includes their own SVN repos.
You should backup the whole user directory anyways…