Not possible to pull or update using smart server in 2.3.0

Nicholas Allen nick.allen at onlinehome.de
Sun Feb 20 09:55:06 UTC 2011


>
> i.e. at some hint about whether it's a branch, a repo, the repo's
> branch, is there a working tree there ?
>   
Actually I found out something that might help. 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....

Nick



More information about the bazaar mailing list