Difference between revisions of "Download using Subversion"

From ERPXE Wiki
Line 6: Line 6:
 
  Repository Path: /svnroot/erpxe
 
  Repository Path: /svnroot/erpxe
 
  For clients that use a URL string: https://erpxe.svn.sourceforge.net/svnroot/erpxe
 
  For clients that use a URL string: https://erpxe.svn.sourceforge.net/svnroot/erpxe
 +
 +
read access is provided to everyone, without the need to authenticate.
 +
 +
Read access includes these commands:
 +
 +
Checkout: svn co https://PROJECTNAME.svn.sourceforge.net/svnroot/PROJECTNAME/trunk
 +
Update: svn update

Revision as of 23:25, 10 February 2012

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

read access is provided to everyone, without the need to authenticate.

Read access includes these commands:

Checkout: svn co https://PROJECTNAME.svn.sourceforge.net/svnroot/PROJECTNAME/trunk Update: svn update