Yesterday I wanted to branch a bzr repository hosted at launcphad in my Debian Etch server. When I run the bzr branch command I got this error: bzr: ERROR: Unknown branch format: 'Bazaar Branch Format 6 (bzr 0.15)\n' A quick search at google let me to a personal wiki with the solution for that. The problem is that the bzr version packaged for Etch is not new enough to work with the bzr server at launchpad, so I needed to install bzr from the backports repositories: `# echo "deb http://www.backports.org/debian etch-backports main contrib non-free
" >> /etc/apt/sources.list
apt-get update
apt-get install debian-backports-keyring
apt-get -t etch-backports install bzr
` After that I was able to continue with my work ;-)
If you liked this post, you can donate using Bitcoin 12jVrWkk5S6x5hEizThZwgTx59KxaDdK4C