jspwiki-tools source
Download
Snapshots of the source code are released in archived form. You can download them here: Source/
Latest release: 1.2.4
- jspwiki-tools-1.2.4-dist.zip [ download
]
CVS
You can access the source for jspwiki-tools through CVS. The CVS settings are as follows:| Host: | rshtech.com |
|---|---|
| Protocol: | pserver |
| Username: | anonymous |
| CVSROOT: | No such variable: No variable cvs.root defined. |
| Module: | No such variable: No variable cvs.repository defined. |
Anonymous access is setup to use an empty password. To access the source code, use the following commands:
cvs -d:pserver:anonymous@rshtech.com:No such variable: No variable cvs.root defined. login
Logging in to :pserver:anonymous@rshtech.com:2401No such variable: No variable cvs.root defined.
CVS password: [hit return]
cvs -d:pserver:anonymous@rshtech.com:No such variable: No variable cvs.root defined. co jspwiki-tools
U jspwiki-tools/.classpath
U jspwiki-tools/.cvsignore
U jspwiki-tools/.project
U jspwiki-tools/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 "jspwiki-tools_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@rshtech.com:No such variable: No variable cvs.root defined. co -r jspwiki-tools_1-0-0 jspwiki-tools
or
Switch Current Working Directory to Release:
cvs up -r jspwiki-tools_1-0-0
/rsh tech
