Previous: Releases, Up: Installation
Choose the development version if you want to live on the bleeding edge of emacs-wiki development or try out new features before release.
The Arch revision control system allows you to retrieve previous versions and select specific features and bug fixes.
Downloading the modules for the first time:
# Register the archive tla register-archive http://www.mwolson.org/archives/2005 # Download emacs-wiki module into the emacs-wiki/ subdirectory tla get [email protected]/emacs-wiki--main--1.0 emacs-wiki
(add-to-list 'load-path "/path/to/emacs-wiki")
To list upstream changes not in local copy:
# Change to the source directory you are interested in. Example: cd emacs-wiki/ # Display the summary of changes tla missing --summary
To update to the latest version:
cd emacs-wiki tla replay
You can also obtain the archive at the following locations on the web:
The latest development snapshot will be kept up to date since it is updated at the same time as the Arch repository.