Hi, > I have few repositories in my svn-root directory. > I have put a conf folder at the same level as other repositories. that > conf folder contains a authz and a passwd file which are shared by all > repositories. By doing this I can setup users and their privilege in > one place. But because of this conf folder, I cannot do hotcopy > automatically. I am thinking just tar all of them daily.
In a trivial script, make a loop to execute hotcopy on all repositories, usually simply all directories found by dir/ls in the parent, and execute a file system copy for your named configuration directory. Andreas