rsh-rule source
Download
Snapshots of the source code are released in archived form. You can download them here: Source/
Latest release: 1.0.2
- rsh-rule-1.0.2-dist.zip [ download
]
CVS
You can access the source for rsh-rule through CVS. The CVS settings are as follows:| Host: | redstarhackers.com |
|---|---|
| Protocol: | pserver |
| Username: | anonymous |
| CVSROOT: | /home/cvs |
| Module: | rsh-rule |
Anonymous access is setup to use an empty password. To access the source code, use the following commands:
cvs -d:pserver:anonymous@redstarhackers.com:/home/cvs login
Logging in to :pserver:anonymous@redstarhackers.com:2401/home/cvs
CVS password: [hit return]
cvs -d:pserver:anonymous@redstarhackers.com:/home/cvs co rsh-rule
U rsh-rule/.classpath
U rsh-rule/.cvsignore
U rsh-rule/.project
U rsh-rule/LICENSE.txt
...
The bold text above is the command or input you supply.
Accessing Releases via CVS
To access the current release via CVS, use the release tag The release tag is "rsh-rule_version", where version is the latest version number converted to CVS-friendly format. So version 1.0.0 becomes "1-0-0". For example:
Fresh Checkout:
cvs -d:pserver:anonymous@redstarhackers.com:/home/cvs co -r rsh-rule_1-0-0 rsh-rule
or
Switch Current Working Directory to Release:
cvs up -r rsh-rule_1-0-0
/rsh tech
