Initializing a remote repository raises an error

Bug #1029823 reported by Mats Kindahl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Triaged
Medium
Unassigned

Bug Description

I am trying to set up a remote repository following the instructions in http://doc.bazaar.canonical.com/bzr.2.5/en/tutorials/centralized_workflow.html

Calling "bzr init-repo" works fine and creates the remote repository (in this case, I use "localhost", but I get the same error when using a remote host).

Calling "bzr init" throws an error, but seems to create the repository.

Here is the output:
    $ bzr init-repo --no-trees bzr+ssh://localhost/bzrroot/testing
    mats@localhost's password:
    Shared repository (format: unnamed)
    Location:
      shared repository: bzr+ssh://localhost/bzrroot/testing/
    $ bzr init --no-tree bzr+ssh://localhost/bzrroot/testing/trunk
    mats@localhost's password:
    bzr: ERROR: Server sent an unexpected error: ('error', 'NotLocalUrl', 'filtered-149928684:///bzrroot/testing/trunk/.bzr is not a local path.')

Some extra info:

$ bzr --version
Bazaar (bzr) 2.5.1
  Python interpreter: /usr/bin/python 2.7.3
  Python standard library: /usr/lib/python2.7
  Platform: Linux-3.2.0-27-generic-pae-i686-with-Ubuntu-12.04-precise
  bzrlib: /usr/lib/python2.7/dist-packages/bzrlib
  Bazaar configuration: /home/mats/.bazaar
  Bazaar log file: /home/mats/.bzr.log

Copyright 2005-2012 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

$ cd /bzrroot/testing/
$ bzr info
Shared repository (format: 2a)
Location:
  shared repository: .
$ cd trunk
$ bzr info
Repository branch (format: 2a)
Location:
  shared repository: /bzrroot/testing
  repository branch: .

Jelmer Vernooij (jelmer)
Changed in bzr:
status: New → Triaged
importance: Undecided → Medium
tags: added: hpss
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.