Comment 20 for bug 425630

Revision history for this message
Marcel de Vries (carresmd-deactivatedaccount) wrote :

To begin with, thank you for having me on the team! I hope I will prove myself helpful for this wonderful application! Yey!
---

I have merge my branch with 0.5 and committed. But I couldn't use the "--stacked" option as you mentioned. Bzr is giving errors/warnings like these;
--- [ bzr branch lp:lottanzb/0.5 --stacked ] ---
Format <RepositoryFormatKnit1> for lp-45207760:///~lottanzb/lottanzb/0.5/.bzr is deprecated - please use 'bzr upgrade' to get better performance
Source repository format does not support stacking, using format:
  Packs 5 (adds stacking support, requires bzr 1.6)
Source branch format does not support stacking, using format:
  Branch format 7
Format <RepositoryFormatKnit1> for lp-45207760:///~lottanzb/lottanzb/0.5/.bzr is deprecated - please use 'bzr upgrade' to get better performance
Format <RepositoryFormatKnit1> for bzr+ssh://bazaar.launchpad.net/~lottanzb/lottanzb/0.5/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Format <RepositoryFormatKnit1> for lp-45207760:///~lottanzb/lottanzb/0.5/.bzr is deprecated - please use 'bzr upgrade' to get better performance
Format <RepositoryFormatKnit1> for lp-45207760:///~lottanzb/lottanzb/0.5/.bzr is deprecated - please use 'bzr upgrade' to get better performance
Format <RepositoryFormatKnit1> for lp-45207760:///~lottanzb/lottanzb/0.5/.bzr is deprecated - please use 'bzr upgrade' to get better performance
Created new stacked branch referring to bzr+ssh://bazaar.launchpad.net/~lottanzb/lottanzb/0.5/.
--- [ end ] ---

--- [ bzr upgrade ] ---
Format <RepositoryFormatKnit1> for lp-45207760:///~lottanzb/lottanzb/0.5/.bzr is deprecated - please use 'bzr upgrade' to get better performance
Format <RepositoryFormatKnit1> for bzr+ssh://bazaar.launchpad.net/~lottanzb/lottanzb/0.5/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
starting upgrade of file:///home/carresmd/Projects/lottanzb/test/
making backup of file:///home/carresmd/Projects/lottanzb/test/.bzr
  to file:///home/carresmd/Projects/lottanzb/test/backup.bzr
starting repository conversion
repository converted
Format <RepositoryFormatKnit1> for lp-45207760:///~lottanzb/lottanzb/0.5/.bzr is deprecated - please use 'bzr upgrade' to get better performance
bzr: ERROR: The repository 'file:///home/carresmd/Projects/lottanzb/test/.bzr/repository/'(<RepositoryFormatKnitPack1>) is not a stackable format. You will need to upgrade the repository to permit branch stacking.
--- [ end ] ---

Any way, thank you!