DITrack README

$Id: README 1397 2007-03-06 00:37:04Z vss $
$HeadURL: https://127.0.0.1/ditrack/src/tags/0.5/README $

Copyright (c) 2006-2007 The DITrack Project, www.ditrack.org.

REQUIREMENTS
============

* Python 2.3 or higher
* Subversion 1.2 or higher


DOCUMENTATION
=============

NB! The documentation describes DITrack as of v.0.4. Sorry, we don't have 
enough bandwidth to update it timely. :-( Any contributions are welcome.

See doc/html/index.html.


INSTALLATION
============

Run the setup.py installation script:

$ python setup.py install

To get a list of available options, type:

$ python setup.py --help


UPGRADING FROM PREVIOUS VERSION
===============================

Automatic upgrade is possible for databases created by DITrack 0.3, 0.3.1 and
0.4. Run the 'upgrade-0.4-db.py' script, passing the database path as the 
argument, like:

$ ./upgrade-0.4-db.py /home/user/ditrack-database

The upgrade procedure modifies only the working copy (nothing gets committed to
the repository). So, when done, you should commit the changes manually, like:

$ svn ci -m "Upgraded to DITrack 0.4 format" /home/user/ditrack-database


RESOURCES
=========

http://www.ditrack.org

