Comment 8 for bug 125751

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: yet another failing push

I updated everything (bzr, bzr-svn), blew away all the old caches, etc, reconverted and now have a branch I can push from -- over svn+ssh. http:// still doesn't work:

mwh@mithril-inside:discussion$ ~/src/bzr/bzr.dev/bzr push http://codespeak.net/svn/pypy/dist
version of bzr-svn is experimental; output may change between revisions
bzr: ERROR: libsvn._core.SubversionException: ('At least one property change failed; repository is unchanged', 175008)

Traceback (most recent call last):
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/commands.py", line 729, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/commands.py", line 691, in run_bzr
    ret = run(*run_argv)
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/commands.py", line 389, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/builtins.py", line 804, in run
    push_result = br_from.push(br_to, overwrite)
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/decorators.py", line 127, in read_locked
    return unbound(self, *args, **kwargs)
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/branch.py", line 1551, in push
    _override_hook_source_branch=_override_hook_source_branch)
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/branch.py", line 1593, in _push_with_bound_branches
    result = self._basic_push(target, overwrite, stop_revision)
  File "/home/mwh/src/bzr/bzr.dev/bzrlib/branch.py", line 1612, in _basic_push
    target.update_revisions(self, stop_revision)
  File "/home/mwh/.bazaar/plugins/svn/branch.py", line 312, in update_revisions
    push(self, other, rev_id)
  File "/home/mwh/.bazaar/plugins/svn/commit.py", line 612, in push
    return builder.commit(rev.message)
  File "/home/mwh/.bazaar/plugins/svn/commit.py", line 380, in commit
    self.editor.close_directory(baton, self.pool)
  File "/home/mwh/.bazaar/plugins/svn/transport.py", line 88, in close_directory
    svn.delta.editor_invoke_close_directory(self.editor, *args, **kwargs)
  File "/var/lib/python-support/python2.5/libsvn/delta.py", line 506, in svn_delta_editor_invoke_close_directory
    return apply(_delta.svn_delta_editor_invoke_close_directory, args)
SubversionException: ('At least one property change failed; repository is unchanged', 175008)

bzr 0.19.0dev0 on python 2.5.1.final.0 (linux2)
arguments: ['/home/mwh/src/bzr/bzr.dev/bzr', 'push', 'http://codespeak.net/svn/pypy/dist']

** please send this report to <email address hidden>