Comment 5 for bug 721710

Revision history for this message
Nicholas Allen (nick-allen) wrote : Re: Not possible to pull or update using smart server in 2.3.0

My local branch is a
lightweight checkout of a branch in my local shared repository. If I
bind it so that it's bound to the server then I can't pull or update. If
I unbind it first it seems to work.

If I do bzr info in my lightweight checkout when bound it looks like this:

Lightweight checkout (format: 2a)
Location:
       light checkout root: .
  repository checkout root: /home/nick/projects/bitwig/document-conversion
        checkout of branch: bzr://devel/devel/bitwig/document-conversion
         shared repository: /home/nick/projects/bitwig

Related branches:
  public branch: bzr://devel/devel/bitwig/document-conversion
    push branch: bzr://devel/devel/bitwig/document-conversion
  parent branch: bzr://devel/devel/bitwig/document-conversion/
  submit branch: bzr://devel/stable/bitwig/trunk

When unbound like this:

Lightweight checkout (format: 2a)
Location:
  light checkout root: .
   checkout of branch: /home/nick/projects/bitwig/document-conversion
    shared repository: /home/nick/projects/bitwig

Related branches:
  public branch: bzr://devel/devel/bitwig/document-conversion
    push branch: bzr://devel/devel/bitwig/document-conversion
  parent branch: bzr://devel/devel/bitwig/document-conversion/
  submit branch: bzr://devel/stable/bitwig/trunk

The directory of my lightweight checkout is /home/nick/projects/bitwig/devel

Hope this helps....