Home
Name Modified Size InfoDownloads / Week
README 2011-01-13 2.1 kB
ssb-v0.9.tar.gz 2011-01-13 38.2 kB
Totals: 2 Items   40.2 kB 0
Simple Subversion Backup
========================
SSB offers a GUI to the svnadmin dump tool to accomplish full or
incremental repository backups and keeps track of the latest
backup revision.

SSB is aimed to work on GNU/Linux but may also work on other
Unix flavors or MS Windows.

SSB is written in the C++ programming language using the
Qt Framework.

Requirements
============
-Qt 4.7 (SSB may also work on earlier versions of Qt, but that
 was not tested)

-Sqlite3 - Qt must be shipped with sqlite support. Installed under:
 /usr/share/qt4/plugins/sqldrivers/libqsqlite.so

-Subversion (svnadmin, svnlook - both tools are normally distributed
 with the Subversion package)

Installation
============
1. change into the direcotry of the extracted ssb folder
2. mkdir ssb-build;cd ssb-build
3. qmake-qt4 ../simple-subversion-backup.pro
4. make
5. ./simple-subversion-backup

Translations
============
SSB is available in English and German by default.

Further information
===================
At first startup SSB will create a new directory ".ssb" in the users
homefolder and a configuration file in it with type of sqlite3
named "ssb.config.db".
If you want to have a look inside the configuration proceed as follows:
1. install sqlite3
2. cd /home/username/.ssb
3. sqlite3 ssb.config.db

License information
===================
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Contact
=======
For more information and support about SSB visit:
http://sourceforge.net/projects/svnbackup
Source: README, updated 2011-01-13