From 27a7859c42394a78c16b24f0d08ca28667bb1efa Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 19 Feb 2009 12:20:44 -0500 Subject: creating a debian only branch out of what used to be a subversion repository --- examples/example.svn | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 examples/example.svn (limited to 'examples/example.svn') diff --git a/examples/example.svn b/examples/example.svn deleted file mode 100644 index ea43601..0000000 --- a/examples/example.svn +++ /dev/null @@ -1,26 +0,0 @@ -## -## 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