Use "svnadmin dump path/to/repository [--incremental] > dumpfile". The svnadmin tool is under the bin directory. It will create a large binary file of the dumped repository. It could be easily automated using an automated script or you can integrate it with your backup software. I use backuppc $DumpPreUserCmd to dump my repositories then rsync them over the network.
On 14 oct, 13:22, [EMAIL PROTECTED] wrote: > What is the easist method of backup from the viepoint of a > administrator? > How can one automate this? > Is it enough if the repositories are copied? > > Sorry if this has been answered before ;-) Please then point me in the > right direction.

