Comment 1 for bug 251428

Revision history for this message
Berto (bertosmailbox) wrote :

With the latest revs of software, I no longer get "Can't write to connection [...]", but I still cannot push.

bzr revno: 3589
bzrsvn revno: 1504
svn: r32321

Here is the new log:

0.200 encoding stdout as sys.stdout encoding 'UTF-8'
0.205 bzr arguments: [u'-Dhpss', u'push']
0.205 looking for plugins in /Users/berto/.bazaar/plugins
0.263 bzr-svn: using Subversion 1.6.0 (-dev)
0.347 looking for plugins in /Users/berto/local/opt/bzr/bzrlib/plugins
0.347 Plugin name __init__ already loaded
0.347 Plugin name __init__ already loaded
0.348 looking for plugins in /Library/Python/2.5/site-packages/bzrlib/plugins
0.351 encoding stdout as sys.stdout encoding 'UTF-8'
0.391 opening SVN RA connection to 'svn+ssh://<email address hidden>/home/dev/repo.svn'
[83006] 2008-07-29 09:56:50.757 WARNING: using experimental bzr-svn mappings; may break existing branches in the most horrible ways
1.508 pushing '<email>@gmail.com-20080729163941-h13owgav61418o4p' (['svn-v3-none:d809f9fd-43ca-4870-99a1-df1fa70c1007::1135'])
4.153 Traceback (most recent call last):
  File "/Users/berto/local/opt/bzr/bzrlib/commands.py", line 857, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/Users/berto/local/opt/bzr/bzrlib/commands.py", line 797, in run_bzr
    ret = run(*run_argv)
  File "/Users/berto/local/opt/bzr/bzrlib/commands.py", line 499, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Users/berto/local/opt/bzr/bzrlib/builtins.py", line 788, in run
    use_existing_dir=use_existing_dir)
  File "/Users/berto/local/opt/bzr/bzrlib/push.py", line 172, in _show_push_branch
    stop_revision=revision_id)
  File "/Users/berto/local/opt/bzr/bzrlib/decorators.py", line 138, in read_locked
    result = unbound(self, *args, **kwargs)
  File "/Users/berto/local/opt/bzr/bzrlib/branch.py", line 1779, in push
    _override_hook_source_branch=_override_hook_source_branch)
  File "/Users/berto/local/opt/bzr/bzrlib/branch.py", line 1821, in _push_with_bound_branches
    result = self._basic_push(target, overwrite, stop_revision)
  File "/Users/berto/local/opt/bzr/bzrlib/branch.py", line 1844, in _basic_push
    graph=graph)
  File "/Users/berto/.bazaar/plugins/svn/branch.py", line 513, in update_revisions
    push(self, other, revid)
  File "/Users/berto/.bazaar/plugins/svn/commit.py", line 806, in push
    rev, push_metadata=push_metadata)
  File "/Users/berto/.bazaar/plugins/svn/commit.py", line 765, in push_revision_tree
    revid = builder.commit(rev.message)
  File "/Users/berto/.bazaar/plugins/svn/commit.py", line 499, in commit
    done, None, False)
  File "/Users/berto/.bazaar/plugins/svn/errors.py", line 140, in convert
    raise convert_error(e)
SubversionException: (None, 210007)

4.156 return code 4

Thanks!