Introduction

Welcome to the Subversion Server of Xobas Software!

Subversion is a source version control system used by all the Xobas projects.

Browse through the repositories with WebSVN

WebSVN is availabe to provide remote access to the Xobas Subversion repositories. To browse through the latest source code and documentation, connect to the Subversion WebSVN server at http://svn.xobas.net/websvn and select a project. A password is required to access this service. Contact support for more details.

Xobas projects in Subversion

Source code can be checked out and be placed on your local machine for further development. A recent version of the Subversion client must be used. To check out the head of the Xobas Validate project from the Linux command line for instance type the following:

$ svn co http://svn.xobas.net/projects/xobas-validate/trunk xobas-validate

This downloads the latest source of the validate project and places it in the subdirectory xobas-validate. The trunk always contains the latest version and is also known as HEAD.

A password is required to access this service. Contact support for more details.

To learn more about working with Subversion and the commands, read this excellent on-line Subversion book.