bzr-svn checkin fails

Bug #294043 reported by Arve Knudsen
2
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

I am trying to check in my latest changes to Subversion from my Bazaar checkout.

Traceback (most recent call last):
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/commands.py", line 893, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/commands.py", line 839, in run_bzr
    ret = run(*run_argv)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/commands.py", line 539, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/builtins.py", line 2431, in run
    exclude=safe_relpath_files(tree, exclude))
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/workingtree_4.py", line 237, in commit
    result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/mutabletree.py", line 201, in commit
    *args, **kwargs)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/commit.py", line 385, in commit
    self.rev_id = self.builder.commit(self.message)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/repository.py", line 132, in commit
    properties=self._revprops)
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/revision.py", line 57, in __init__
    self._check_properties()
  File "/opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/revision.py", line 89, in _check_properties
    (name, value))
ValueError: invalid property value 'branch-nick' for None

bzr 1.9rc1 on python 2.5.1 (linux2)
arguments: ['/opt/bzr-1.9/bin/bzr', 'ci', 'doc/GDAL_interface.txt', 'doc/README.txt', 'doc/TODO.txt']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  launchpad /opt/bzr-1.9/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
  qbzr /usr/lib/python2.5/site-packages/bzrlib/plugins/qbzr [0.9.4]
  svn /usr/lib/python2.5/site-packages/bzrlib/plugins/svn [0.4.14]

Revision history for this message
Arve Knudsen (arve-knudsen) wrote :

Also, by the looks of it the error message has got the order of "name" and "value" wrong.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.