Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Release Status

We have Create a Release Candidate 1 (links below)

Source Tarball

Rwiki for Sakai Release Candidate 1 Source Tarball (alpha 20050818 snapshot)

To build

unpack the tar

cd into the directory

...

There is one dependency not in the source tarball which can be found at http://www2.caret.cam.ac.uk/maven/jrcs/jars/diff-1.0.jar

...

SVN Access

Also we have now pushed CVS onto a public server that can be found at httpWe have recently moved over to a SVN public server. The location for the repository is https://saffron.caret.cam.ac.uk/ with instructions for accessing the repository at
svn/projects/rwiki. We will shortly be updating the information on http://saffron.caret.cam.ac.uk/anonymous.html

once you have set your cvs up the check out command would be

cvs -q -z9 -d :ext:caret_anon_cvs:/home/cvs/rep co with instructions for accessing this repository.

A quick start would be the following:

svn co https://saffron.caret.cam.ac.uk/svn/projects/rwiki/trunk/ rwiki

followed by

cd rwiki
maven sakai

Having checked that mave.tomcat.home is pointing to you Sakai tomcat instance.

CVS HEAD SVN TRUNK may from time to time be broken, we will apply tags when we get closer to a full release.

...