From 539fd1471907422d81626260ea4f1e23e4d398a4 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 19 Feb 2009 12:23:29 -0500 Subject: move the branches directories up to the root of the repository --- examples/example.svn | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/example.svn (limited to 'examples/example.svn') diff --git a/examples/example.svn b/examples/example.svn new file mode 100644 index 0000000..ea43601 --- /dev/null +++ b/examples/example.svn @@ -0,0 +1,26 @@ +## +## Perform a hot backup of subversion repositories. +## +## REQUIRES: apt-get install subversion-tools +## +## This file can be empty, the defaults are usually good. +## + +## where subversion data lives +# src = /var/lib/svn + +## where to save the backups to +# dest = /var/backups/svn + +## where to save temporary backups +## (if successful, $tmp is moved to $dest) +# tmp = /var/backups/svn.tmp + +## the hotbackup program to use. +## svnadmin hotcopy now exists, the following script is located +## in /usr/share/doc/subversion/examples now if you wish to use +## it instead +# HOTBACKUP = /usr/lib/subversion/hot-backup.py + +## the name of the vserver containing svn, if using vservers +# vsname = -- cgit v1.2.3