Comment 2 for bug 768784

Revision history for this message
Michael B. Trausch (mtrausch) wrote : Re: Branching not possible from a colocated repository

As I mentioned already, this happens with all branches.

These branches have never been relocated, and I use them daily on the workstation that they are on. The "bzr info" output for one of them is included in the original report, but here is both it and 'bzr st' as well as 'bzr cbs' (aliased to colo-branches) on the branch that fails to branch:

mbt@aloe ~/Projects/desktop/alltray $ bzr info
Lightweight checkout (format: 2a)
Location:
  light checkout root: .
   checkout of branch: .bzr/branches/versions/0.7.5dev
    shared repository: .bzr/branches

Related branches:
  parent branch: .bzr/branches/origin/trunk
mbt@aloe ~/Projects/desktop/alltray $ bzr st
modified:
  autogen.sh*
  config.guess*
  config.rpath*
  config.sub*
  debian/rules*
  intl/config.charset*
  utils/build-full-debug.sh*
  utils/build-release.sh*
  utils/clean-tree.sh*
  utils/latest-rev.py*
  utils/release-changelog.sh*
unknown:
  data/alltray.desktop.orig
  doc/close-to-tray.txt
  src/CloseToTray.vala
mbt@aloe ~/Projects/desktop/alltray $ bzr cbs
  origin/trunk
* versions/0.7.5dev

This branch is in perfect working order, hence the bug report...