claffey_matlab > Projects

This page is a work in progress

Accounts

In order to share an SVN repository, please create an account at xp-dev.com and provide your username to me.

Downloading Experiments

You need an xp-dev username to download any experiment (see Accounts above). You must also have claffey_matlab installed (see instructions).

To download an experiment:

1. Start Matlab

2. Create a directory where you want to download the experiment and navigate into it.

3. Run the command "svn_login". Enter your username and password.
This command only stores your username and password, it does not authenticate. If you type something in correctly, the svn_download command will fail and you will need to execute the svn_login command again.
4. Run the command "svn_download".
This produces a list of all claffey_matlab experiments. Select the experiment you want to download.

Updating

SVN provides extremely simple updating of experiments. Updating never destroys local data; it only updates files that do not have any local changes. Run either of these command in matlab from within the experiment folder.

"svn_status" will indicate if there are updates available from the server or any changes to the local files

"svn_update" will download the latest updates (does nothing if already up to date)


Uploading Data


To be added later