Skip to content
Povilas Kanapickas edited this page Feb 6, 2014 · 11 revisions

Welcome to the kicad-source-mirror wiki!

How to update the source mirror

Install the official git-bzr bridge that comes along with git. Other plugins or scripts (in particular, git-bzr-ng) are not supported as they produce different commit hashes.

sudo apt-get install git-bzr

Clone this repository

Add a bzr remote:

git remote add origin bzr::/location/to/your/bzr/checkout

Pull

git pull origin master

That's it!

The bridge seems to be a bit unstable at the moment, removing .git/bzr directory (if it exists) before pulling is recommended.

Clone this wiki locally