We use subversion to track our changes to Maia. Subversion can be obtained at http://subversion.tigris.org or probably with your favorite Linux distro.
A common question with subversion involves:
svn: Unrecognized URL scheme 'https://www.renaissoft.com/svn/maia/trunk'
This usually means that there is a problem with the DAV component of subversion. Please run:
svn --version
and look for lines about DAV:
The following repository access (RA) modules are available: * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. - handles 'http' schema - handles 'https' schema * ra_local : Module for accessing a repository on local disk. - handles 'file' schema * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' schema
If it is missing the line "handles 'https' schema" then you need to fix this.

