Comment 15 for bug 125751

Revision history for this message
Wouter van Heyst (larstiq) wrote :

Ehm, I still seem to suffer from this using bzr 1.3.0.dev.0 and bzr-svn 0.4.9dev0.
Any idea what's up?

bzr: ERROR: libsvn._core.SubversionException: ('At least one property change failed; repository is unchanged', 175008)

Traceback (most recent call last):
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/commands.py", line 834, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/commands.py", line 790, in run_bzr
    ret = run(*run_argv)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/builtins.py", line 825, in run
    push_result = br_from.push(br_to, overwrite)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/decorators.py", line 127, in read_locked
    return unbound(self, *args, **kwargs)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/branch.py", line 1569, in push
    _override_hook_source_branch=_override_hook_source_branch)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/branch.py", line 1611, in _push_with_bound_branches
    result = self._basic_push(target, overwrite, stop_revision)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/branch.py", line 1630, in _basic_push
    target.update_revisions(self, stop_revision)
  File "/home/wouter/.bazaar/plugins/svn/branch.py", line 372, in update_revisions
    push(self, other, revid)
  File "/home/wouter/.bazaar/plugins/svn/commit.py", line 694, in push
    builder.commit(rev.message)
  File "/home/wouter/.bazaar/plugins/svn/commit.py", line 488, in commit
    self.editor.close_directory(baton, self.pool)
  File "/home/wouter/.bazaar/plugins/svn/errors.py", line 119, in convert
    raise convert_error(e)
SubversionException: ('At least one property change failed; repository is unchanged', 175008)