Obtaining the latest development version
To get the current development version via DARCS, use: darcs get --partial http://kayalang.org/darcs/ --repo-name=kaya
Other DARCS commands that are useful are:
- darcs pull: update your local copy with recent changes made to the development version.
- darcs record: record changes you’ve made to your local version. If you’ve added entirely new files, use darcs add to add them to your local repository before recording the changes.
- darcs send: send changes you’ve recorded locally in for inclusion in the release. The email address to send patches to is [email protected].
If you have problems with DARCS, or want to know more than the basic commands, read the DARCS manual.