DownloadAlcugs
From Alcugs
Contents |
Download the latest version of Alcugs
Stable versions
There aren't any stable versions.
Development versions
Snapshots
Snapshots of the source code are available here
Subversion Repository
You can brownse the subversion repository with Trac
To download the code, you need a subversion client.
The path to the subversion repository is: http://alcugs.almlys.org/svn
Bourne Shell# To get the latest unstable version: svn co http://alcugs.almlys.org/svn/alcugs/trunk alcugs # To get the unet2 branch: svn co http://alcugs.almlys.org/svn/alcugs/branches/unet2 # To get the unet3 branch: svn co http://alcugs.almlys.org/svn/alcugs/branches/unet3
Note: If there is a proxy between your computer and this server, it's very probable that you will recieve an error message from the proxy. You can blame your ISP about such buggy proxy, or you can use https to download the code.
Bourne Shell# To get the latest unstable version (using SSL - slower): svn co https://alcugs.almlys.org/svn/alcugs/trunk alcugs # To get the unet2 branch (using SSL - slower): svn co https://alcugs.almlys.org/svn/alcugs/branches/unet2 # To get the unet3 branch (using SSL - slower): svn co https://alcugs.almlys.org/svn/alcugs/branches/unet3
When you are asked for a password, you can use the same login & password combination that you are using to log to the forums, or for anonymous access you can use:
Username: anonymous
with an empty password
Note: Please use a Subversion client, and not an application such as wget

