| Source Code |
|
|
|
|
The source code for OpenQuote is freely available on SourceForge in the OpenQuote project area. The code is held in SVN (Subversion) providing full version control and can be located here: OpenQuote SVN. Alternatively you can browse the SVN repository tree using any web browser by going here: Browse OpenQuote SVN. About SubversionSVN (Subversion) is a tool used by many software developers to manage changes within their source code tree. SVN provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of SVN is particularly common on projects with multiple developers, since SVN ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree. In order to access a Subversion repository, you must install a special piece of software called a Subversion client. Subversion clients are available for most any operating system. Subversion AccessThis project's SourceForge.net Subversion repository can be checked out through SVN with the following instruction set: svn co https://oquote.svn.sourceforge.net/svnroot/oquote oquote |








