Subversion Access
The source code of this project is hosted on a repository using an open source version control system called Subversion (often abbreviated as SVN). An excellent documentation for Subversion can be found in the Subversion Book (free and complete online version).
The repository is located at the following URL:
https://daisy-svn.cvsdude.com/pipeline
(Note that you can chose to use the http protocol instead, for a faster but less secured access.)
Subversion Clients
To access this repository, you will need a Subversion client software, here is a non exhaustive list of such clients:
- The official svn command line client: http://subversion.tigris.org/
- From Eclipse: Subversive plugin (hosted by Eclipse as a Technology Proejct) or Subclipse plugin
- From MS Windows: Tortoise SVN (implemented as a Windows shell extension)
Browser Access
The repository content can also be browsed using one of these web-based interface:
- Trac Browser: http://daisy-trac.cvsdude.com/pipeline/browser
- ViewVC (good old ugly UI, but allows for direct HTML rendering): https://daisy-browse.cvsdude.com/vvc/pipeline/
- WebSVN (pretty, but no direct HTML delivery): https://daisy-browse.cvsdude.com/wsvn/wsvn/pipeline/?
Development Environment
This document summarizes the steps needed to get and run the Daisy Pipeline code: http://daisymfc.sourceforge.net/doc/developer/pipeline-from-svn.html
