|
THIS PAGE IS UNDER CONSTRUCTION
Procedures
This page describes how to obtain the comparison results,
and also the procedures to follow if you want to participate in this
project and add tests or results from your own code.
Obtaining Comparison Results
The results are publically downloadable from the ApplesWithApples
CVS server. There is a cvs_anon account for anonymous
checkout, but if you are going to be adding or changing results
you should use your personal login (see below) in place of
cvs_anon.
1. Login to the CVS server (This only needs to be performed once
on each machine you use)
cvs -d :pserver:cvs_anon@cvs.appleswithapples.org:/ApplesWithApples login
The password is anon.
2. Checkout the Results (They will appear in the directory CodeComparisonNew.)
cvs -d :pserver:cvs_anon@cvs.appleswithapples.org:/ApplesWithApples checkout CodeComparisonNew
3. Update an Existing Checkout to obtain new results.
First change to the CodeComparisonNew directory, and then
cvs update -d
Adding Comparison Results
If you want to add to the tests and results please mail apples_web@appleswithapples.org
to obtain a personal CVS account.
Before committing any results, make sure that you have read our
guidelines.
|