How to get the latest Soks from cvs

How to get the latest Soks from cvs

Note. Soks now uses Darcs rather than CVS for development.

If you can’t wait for the next release of Soks, then you can get a copy out of the source control system. Note that the cvs copy of Soks may have serious bugs, so please don’t try and upgrade a running site with it.

There are now three repositories:

There is a repository browser at http://www.counsell.org/darcs/soks-coding.

Just download and go

I will try and maintain an up to date tar.gz copy of the repositories. Unfortunately, until I find a way to hook into Darcs to create this on every change, it may not be 100% up to date.

  1. wget http://www.counsell.org/darcs/soks-stable/soks-stable.tar.gz
  2. tar -xvzf soks-stable.tar.gzip
  3. cd soks-stable and play

Substitute soks-development or soks-testing for soks-stable if you require a different version.

Using Darcs

Steps:
  1. If you don’t have a copy of darcs, get it from www.darcs.net
  2. Go into a terminal
  3. cd wherever_you_want_to_download_soks_to
  4. darcs get http://www.counsell.org/darcs/soks-coding/soks-stable
  5. cd soks-stable and play.
To update a repository you allready have:
  1. cd wherever_you_downloaded_soks
  2. darcs pull http://www.counsell.org/darcs/soks-coding/soks-stable
  3. Note, you can use this to pull specific patches from different versions of soks.
To send me a patch:
  1. cd wherever_you_downloaded_soks
  2. darcs record to save your changes to your local copy
  3. Send it to me:
    • darcs send if your machine and firewall are configured so that sendmail works.
    • darcs send -o=patch-file.txt then e-mail darcs@soks.org with the patch-file attached.

Tag: Include this page in the distribution

Edit this page or watch for changes using RSS.