FTP Hosted Branch not found.
Eric Berry
elberry at gmail.com
Tue Aug 25 22:38:05 BST 2009
I tried an experiment using the FTP application to download the entire
branch locally. If I do that, I can interact with it using BZR without any
issues.
This might prove that it's a network issue, as you said Martin, but as far
as I know I'm not behind a proxy - at least there isn't any proxy set up I
need to do on my end.
It could be a DNS issue, but wouldn't that affect the FTP application and
browser as well?
On Tue, Aug 25, 2009 at 9:37 AM, Eric Berry <elberry at gmail.com> wrote:
> Hi Martin,
> Thank you for the reply. I was unaware of the .bzr.log.
>
> There was a traceback:
> 5.462 FTP get: /projects/PluginDeveloper/main/.bzr/branch-format
> 5.475 Constructing FTP instance against ('ftp.domain.com', None,
> u'username at domain.com <u%27username at domain.com>', '********', False)
> 5.972 Traceback (most recent call last):
> File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 835, in
> exception_to_return_code
> return the_callable(*args, **kwargs)
> File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 1030,
> in run_bzr
> ret = run(*run_argv)
> File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 647, in
> run_argv_aliases
> return self.run(**all_cmd_args)
> File "/Library/Python/2.5/site-packages/bzrlib/builtins.py", line 1204,
> in run
> from_location)
> File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 951, in
> open_tree_or_branch
> bzrdir = klass.open(location)
> File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 836, in
> open
> return BzrDir.open_from_transport(t, _unsupported=_unsupported)
> File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 866, in
> open_from_transport
> redirected)
> File "/Library/Python/2.5/site-packages/bzrlib/lazy_import.py", line 125,
> in __call__
> return obj(*args, **kwargs)
> File "/Library/Python/2.5/site-packages/bzrlib/transport/__init__.py",
> line 1642, in do_catching_redirections
> return action(transport)
> File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 853, in
> find_format
> transport, _server_formats=_server_formats)
> File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 1788, in
> find_format
> raise errors.NotBranchError(path=transport.base)
> NotBranchError: Not a branch: "
> ftp://ftp.domain.com/projects/PluginDeveloper/main/".
>
> 5.974 return code 3
>
> Any ideas?
>
> Thanks,
> Eric
>
>
> On Mon, Aug 24, 2009 at 8:43 PM, Martin Pool <mbp at canonical.com> wrote:
>
>> 2009/8/25 Eric Berry <elberry at gmail.com>:
>> > What could cause a bzr branch hosted over FTP to be found and usable on
>> one
>> > machine, but not on another?
>>
>> Some kind of networking-level misconfiguration causing it actually to
>> connect to the wrong place, like a proxy or dns problem?
>>
>> Do you get a traceback in .bzr.log describing the problem?
>>
>>
>> --
>> Martin <http://launchpad.net/~mbp/ <http://launchpad.net/%7Embp/>>
>>
>
>
>
> --
> Learn from the past. Live in the present. Plan for the future.
> 11101000
> http://www.townsfolkdesigns.com/blogs/elberry
>
--
Learn from the past. Live in the present. Plan for the future.
11101000
http://www.townsfolkdesigns.com/blogs/elberry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090825/eb56131d/attachment.htm
More information about the bazaar
mailing list