Hi, Trying to clear out some old cruft from /trunk:
svnmirror.sh seems to be a [ba]sh script to mirror an SVN repository from one system to another. It was added in October 2004 with some small updates until February 2006 (only editorial fixes since). It is limited to require SSH access to the "remote" system. As far as I understand the same can be accomplished using svnsync (which was initially added to /trunk in December 2005, released as part of Subversion 1.4 in 2008). Svnsync has the advantage that it can use any access method. The backup-recipe.sh seems to do a backup- and restore of a BDB repository. The header explicitly says that it is an example and "*not* a backup and restore solution. It's # # really just documentation, in the form of code with comments". Since the BDB backend was deprecated in Subversion 1.8 (2013), I think we can safely remove this script. With no comments, I'll remove these in a few days. Kind regards, Daniel