Hello... I wrote up a short perl program to backup a subversion repository via amanda ( http://www.amanda.org ). Basically it uses the amanda application API to call 'svnadmin dump'. It still needs a few enhancements, but it does work. I developed it on Fedora 13 where it should "just work". Other platforms might have to adjust the perl path and/or use lib dir. There are more detailed notes in the source code.
If you manage both amamda and a svn repo, please give it a shot and report any problems, suggestions, or successes. The best place for reports is the amanda-hackers@ list, otherwise to me directly. The current source is here: http://216.152.245.114/svn/amanda/trunk/ . -- Christopher McCrory To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be.