unable to commit to particular branch in shared repository
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
$ bzr init-repo planet-ubuntu
$ cd planet-ubuntu
$ bzr checkout lp:~planet-ubuntu/config/main planet-ubuntu
$ # << make changes >>
$ bzr commit -m "foo"
Committing to: bzr+ssh:
modified config.ini
added heads/jodh.png
Doing on-the-fly conversion from RepositoryForma
This may take some time. Upgrade the repositories to the same format for better performance.
bzr: ERROR: RemoteRepositor
is not compatible with
CHKInventoryRep
different rich-root support
$ cd /tmp
$ bzr checkout lp:~planet-ubuntu/config/main planet-ubuntu
$ cd planet-ubuntu
$ # << make changes >>
$ bzr commit -m "foo"
bzr 2.5.0 is too new for pipeline 1.1.0
Committing to: /tmp/planet-ubuntu/
modified config.ini
added heads/jodh.png
Committed revision 1532.
$
So, the commit only works when not using a shared repository, but why?
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bzr 2.5.0-2ubuntu2
ProcVersionSign
Uname: Linux 3.2.0-24-
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Wed May 16 17:20:33 2012
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
PackageArchitec
ProcEnviron:
TERM=xterm
PATH=(custom, user)
LANG=fr_CA.UTF8
SHELL=/bin/bash
SourcePackage: bzr
UpgradeStatus: Upgraded to precise on 2012-01-12 (125 days ago)
Changed in bzr (Ubuntu): | |
importance: | Undecided → Medium |