emesene trac
You may be looking for the home page.
Help and tips
- Installation
- SVN quick guide for users
- PluginsHelp
- IRC
- Mac OSX build instructions
Download
Development pages
- Developers
- PluginDevelopment
- LoggerPlugin
- LastStuffPlugin
- ExternalResources
- CommonBugs to avoid
- LolWut
SVN
Subversion (SVN) is the version control system used by emesene. Users can checkout svn copies to get the latest changes, improvements, bugfixes, etc. To do so, choose a branch and type the corresponding command.
Trunk (Unstable)
svn co https://emesene.svn.sourceforge.net/svnroot/emesene/trunk/emesene emesene
emesene-1.0 branch (Stable - bugfixes only)
svn co https://emesene.svn.sourceforge.net/svnroot/emesene/branches/emesene-1.0 emesene
To switch between stable and unstable:
svn switch https://emesene.svn.sourceforge.net/svnroot/emesene/branches/emesene-1.0 svn switch https://emesene.svn.sourceforge.net/svnroot/emesene/trunk/emesene
Updating:
svn up
More info - Browse repository online - sf.net project page
Apt repo
Add the following to your /etc/apt/sources.list
deb http://apt.emesene.org/ ./
