<div>When I specify a non-existing server, I get the traceback below.</div> <div> </div> <div>The correct name would have been intel-pc2, not intel-pc.</div> <div> </div> <div>I would expect some error message which would indicate that bazaar can not talk to the server specified in the URL.</div> <div> </div> <div>C:\temp\identifier_guided_deletion>bzr push bzr://intel-pc<BR>Installed Subversion version does not have updated Python bindings. See the bzr-svn README for details.<BR>Unable to load plugin 'svn' from 'C:\\Python25\\lib\\site-packages\\bzrlib\\plugins'<BR>bzr: ERROR: socket.gaierror: (11001, 'getaddrinfo failed')</div> <div>Traceback (most recent call last):<BR> File "C:\Python25\Lib\site-packages\bzrlib\commands.py", line 729, in run_bzr_catch_errors<BR> return run_bzr(argv)<BR> File "C:\Python25\Lib\site-packages\bzrlib\commands.py", line 691, in run_bzr<BR> ret = run(*run_argv)<BR>
File "C:\Python25\Lib\site-packages\bzrlib\commands.py", line 389, in run_argv_aliases<BR> return self.run(**all_cmd_args)<BR> File "C:\Python25\Lib\site-packages\bzrlib\builtins.py", line 706, in run<BR> dir_to = bzrdir.BzrDir.open_from_transport(to_transport)<BR> File "C:\Python25\Lib\site-packages\bzrlib\bzrdir.py", line 566, in open_from_transport<BR> redirected)<BR> File "C:\Python25\Lib\site-packages\bzrlib\transport\__init__.py", line 1166, in do_catching_redirections<BR> return action(transport)<BR> File "C:\Python25\Lib\site-packages\bzrlib\bzrdir.py", line 543, in find_format<BR> transport, _server_formats=_server_formats)<BR> File "C:\Python25\Lib\site-packages\bzrlib\bzrdir.py", line 1244, in find_format<BR> return format.probe_transport(transport)<BR> File "C:\Python25\Lib\site-packages\bzrlib\bzrdir.py", line 2212, in
probe_transport<BR> server_version = smart_protocol.query_version()<BR> File "C:\Python25\Lib\site-packages\bzrlib\smart\protocol.py", line 391, in query_version<BR> self.call('hello')<BR> File "C:\Python25\Lib\site-packages\bzrlib\smart\protocol.py", line 306, in call<BR> self._write_args(args)<BR> File "C:\Python25\Lib\site-packages\bzrlib\smart\protocol.py", line 403, in _write_args<BR> self._request.accept_bytes(bytes)<BR> File "C:\Python25\Lib\site-packages\bzrlib\smart\medium.py", line 271, in accept_bytes<BR> self._accept_bytes(bytes)<BR> File "C:\Python25\Lib\site-packages\bzrlib\smart\medium.py", line 575, in _accept_bytes<BR> self._medium._accept_bytes(bytes)<BR> File "C:\Python25\Lib\site-packages\bzrlib\smart\medium.py", line 518, in _accept_bytes<BR> self._ensure_connection()<BR> File
"C:\Python25\Lib\site-packages\bzrlib\smart\medium.py", line 535, in _ensure_connection<BR> result = self._socket.connect_ex((self._host, int(self._port)))<BR> File "<string>", line 1, in connect_ex<BR>gaierror: (11001, 'getaddrinfo failed')</div> <div>bzr 0.18.0 on python 2.5.0.final.0 (win32)<BR>arguments: ['C:\\Python25\\Scripts\\bzr', 'push', 'bzr://intel-pc']</div> <div> </div>