runs on Windows Windows Linux Linux Mac Mac

Getting the source code

THE INFORMATION ON THIS PAGE IS OUTDATED. DOCEAR HAS MOVED FROM BAZAAR TO GIT.

Windows or Linux with Bazaar Explorer

Dowloading Bazaar Explorer

Bazaar is a distributed revision control system written in the Python programming language, running on Linux, Windows and MacOS systems.

Windows users can download it from: http://wiki.bazaar.canonical.com/Download

All major Linux distributions already contain bazaar packages. You just have to install them.

Bazaar Explorer Setup

  • Start the Bazaar Explorer

Bazaar Explorer

  • Select to create a Branch.

Bazaar Explorer Creating a Branch

  • Enter “bzr://freeplane.bzr.sourceforge.net/bzrroot/freeplane/docear/trunk/” as Path from where to branch your repository and a path where you like your local branch to be stored.

Select Branch Locations

  • After clicking the “OK” Button please select to initialize a shared repository.

Create a new Repository

  • Close the dialog after the repository has been created.

Close Dialog after Repository Creation

  • Press the “OK” Button to start the download of the Docear code repository.

Download Branch

Using Linux terminal

  1. create a path for your copy of the Docear code repository and enter it, e.g.: “mkdir -p ~/bzr/docear && cd ~/bzr/docear
  2. initialize your repository: “bzr init
  3. download your own branch: “bzr branch bzr://freeplane.bzr.sourceforge.net/bzrroot/freeplane/docear/trunk/