SC
Màxime Informatica source repository
Official Subversion Access Documentation
Màxime Informatica source repository

Subversion Access

This endpoint is dedicated to Subversion access through Màxime Informatica source repository. It is not a general-purpose website and it only serves the published Subversion repository paths on the SCM host.

Use one of the documented repository entry points below.

Supported Paths

Requests under the published SCM path are accepted by this endpoint. The documented /scm/repo/ route is the supported path for Subversion repository access on this service.

Internal
https://factory-scm/scm/repo/<repository>/<path>
Public
https://scm.maximeinformatica.it/scm/repo/<repository>/<path>
Unsupported URL
If you reached this page, the requested address is outside the set of published SCM routes or does not match a valid repository path.

Subversion Access

Use the published Subversion path under /scm/repo/. Keep the repository name immediately after /scm/repo/.

svn checkout https://factory-scm/scm/repo/my-repository/trunk

svn checkout https://scm.maximeinformatica.it/scm/repo/my-repository/trunk

Troubleshooting

Verify the hostname and the path prefix first. The most common causes for landing on this page are an unsupported root URL, a missing /scm/repo/ segment, or a repository name that is not available on this SCM service.

Valid pattern:
https://factory-scm/scm/repo/<repository>/...

Examples that are not handled:
https://factory-scm/
https://factory-scm/my-repository
https://factory-scm/svn/my-repository