Search result
How do I access the source code?
The source code is available in a Subversion Repository. It allows anonymous read access. Please contact me for write access.
Use this command to retrieve the current development version:
> svn co http://www.routeconverter.de/svn/RouteConverter/trunk/ RouteConverter
All stable versions like for example the version 1.29 are accessed as follows:
> svn co http://www.routeconverter.de/svn/RouteConverter/tags/1.29/ RC1.29