Skip to content

Download Using Subversion

Note

Currently Subversion lets you download the tar.gz from SourceForge servers to a local directory. Please do not download directly to your TFTP server and follow the Installation instructions after download.

To access a Subversion repository, configure your Subversion client as follows:

  • Hostname: erpxe.svn.sourceforge.net
  • Port: 443
  • Protocol: HTTPS
  • Repository Path: /svnroot/erpxe

For clients that use a URL string:

https://erpxe.svn.sourceforge.net/svnroot/erpxe

No username or password will be requested when performing read operations. Read access is provided to everyone, without the need to authenticate.

Commands

Checkout:

svn co https://erpxe.svn.sourceforge.net/svnroot/erpxe/trunk

Update:

svn update