Skip to content
Povilas Kanapickas edited this page Jan 18, 2014 · 11 revisions

Welcome to the kicad-source-mirror wiki!

How to update the source mirror

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!

Note, this uses the git<->bzr bridge that is distributed along with git (git-bzr package in Ubuntu and possibly other Debian-based distributions). Other plugins are not supported as they produce different commit hashes.

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

Add the following to the config:

[remote "upstream"] url = bzr::/home/exec/code/my/mods/kicad-bzr-upstream fetch = +refs/heads/:refs/remotes/upstream/

Clone this wiki locally