Difference between revisions of "Download using Subversion"
From ERPXE Wiki
Line 7: | Line 7: | ||
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. | + | No username and password will be requested when performing read operations. read access is provided to everyone, without the need to authenticate. |
Read access includes these commands: | Read access includes these commands: | ||
Line 16: | Line 16: | ||
Update: | Update: | ||
svn update | svn update | ||
+ | |||
+ | When performing write operations, you will be prompted for your SourceForge.net username and password. To perform write operations, your | ||
+ | project administrator must have granted you write access to the repository. |
Revision as of 23:29, 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
No username and password will be requested when performing read operations. read access is provided to everyone, without the need to authenticate.
Read access includes these commands:
Checkout:
svn co https://erpxe.svn.sourceforge.net/svnroot/erpxe/trunk
Update:
svn update
When performing write operations, you will be prompted for your SourceForge.net username and password. To perform write operations, your project administrator must have granted you write access to the repository.