Installation Instructions
--------------------------
In order to run the sample application, you will need the following softwares:
a) Subversion v 1.3.1 (download from http://subversion.tigris.org/)
b) Apache Web Server v 2.2.0 (download from http://httpd.apache.org/)
c) JavaSVN API's v 1.0.3 (download from http://tmate.org/svn)
Order of Installation
---------------------
Install the Apache Web Server first, this will help because Sub version will add the WebDAV plug-ins into
the Apache web server configuration.
Install Subversion. The Subversion book available at http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html
has all the required instructions to enable access of the repository through WebDAV.
Install JavaSVN and set the classpaths.
Run Instructions
----------------
Run the examples by giving the command 'java -jar svnexample.jar'. Note that the classpath has to be set prior to
running the command.