[[TracGuideToc]] [[PageOutline(1-3,Page Contents)]] = Downloads = Usher, Usher clients, and Usher plugins are currently available for download as a daily snapshots, or via our [http://www.selenic.com/mercurial/wiki/ Mercurial] repositories (you'll need [http://www.selenic.com/mercurial/wiki/ Mercurial] to fetch from these). There is currently no stable version of Usher available (though there will be soon). == Daily Snapshots == Updated daily at 3:01 AM PST. === Latest === * [http://usher.ucsd.edu/downloads/snapshots/usher/latest/usher-latest.tgz Usher] * [http://usher.ucsd.edu/downloads/snapshots/clients/latest Usher clients] * [http://usher.ucsd.edu/downloads/snapshots/plugins/latest Usher plugins] === Archives === * [http://usher.ucsd.edu/downloads/snapshots/usher Usher] * [http://usher.ucsd.edu/downloads/snapshots/clients Usher clients] * [http://usher.ucsd.edu/downloads/snapshots/plugins Usher plugins] == Mercurial == * [http://usher.ucsd.edu/hg/main Usher and Usher development repos] * [http://usher.ucsd.edu/hg/clients Usher clients] * [http://usher.ucsd.edu/hg/plugins Usher plugins] To fetch any of these using [http://www.selenic.com/mercurial/wiki/ Mercurial], use: {{{ hg clone http://usher.ucsd.edu/ }}} Once you have a clone of the repository, getting repository updates can be done with: {{{ cd hg pull http://usher.ucsd.edu/ }}} followed by, {{{ hg update }}} to update your working copy. For example, to clone the Usher Trunk repository: {{{ hg clone http://usher.ucsd.edu/hg/main/trunk }}} Then, to update: {{{ cd trunk hg pull http://usher.ucsd.edu/hg/main/trunk hg update }}} See the main [http://hgbook.red-bean.com/hgbook.html Mercurial documentation] for additional information on using Mercurial. = Installation = See the [UsherDocumentation#Installation Installation] section of the [UsherDocumentation Documentation] page for installation instructions. Last Updated: [[LastModified]][[BR]] Report problems to: [mailto:mmcnett@cs.ucsd.edu?subject=Usher_Issue Marvin McNett]