SVN Access
You can do anonymous checkouts from the svn repository. The anonymous user has read-only access to the repository.
Issue the following commands to ...
- ... checkout the latest version in SVN:
svn --username anonymous --password anonymous co http://dev.eaccelerator.net/eaccelerator/trunk eaccelerator
- ... checkout the stable branch (currently eAccelerator 0.9.5):
svn --username anonymous --password anonymous co http://dev.eaccelerator.net/eaccelerator/branches/0.9.5 eaccelerator-0.9.5