Comment 1 for bug 250706

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 250706] [NEW] branching locally tries to reach forward svn server

On Tue, Jul 22, 2008 at 06:02:10AM -0000, kiorky wrote:
> Bzr tries to reach the forward svn server when branching locally a previous imported repository.

> test case
> ==========
> bzr branch svn+https://foo foo
> bzr branch foo bar
> < ... @foo password> ?
I can't reproduce this. In particular, I can't find *any* references
to svn+https://foo in the branch that is created using "bzr branch".
Can you try running something like this:

$ grep -r svn+https://foo foo/.bzr

?

  status incomplete

Cheers,

Jelmer