*** This bug is a duplicate of bug 79330 ***
    https://bugs.launchpad.net/bugs/79330

I run into exactly the same bug, when doing the same things
(committing the changes to the bazaar repository back to the orginal subversion 
repository). 


All tests of "bzr selftest svn" run successfully. 

I am using the following versions: 
bzr 0.18 
bzr-svn 0.3.5
python 2.5.1
subversion 1.4.3 patched with 
http://samba.org/~metze/subversion-1.4.0-metze-python-bindings.patch
and the compiled with swig 1.3.25

Everything running on Mac OS X with fink.

The error I get is this one: 
bzr: ERROR: exceptions.AttributeError: 'SvnRepository' object has no attribute 
'_serializer'               

Traceback (most recent call last):
  File "/sw/lib/python2.5/site-packages/bzrlib/commands.py", line 729, in 
run_bzr_catch_errors
    return run_bzr(argv)
  File "/sw/lib/python2.5/site-packages/bzrlib/commands.py", line 691, in 
run_bzr
    ret = run(*run_argv)
  File "/sw/lib/python2.5/site-packages/bzrlib/commands.py", line 389, in 
run_argv_aliases
    return self.run(**all_cmd_args)
  File "/sw/lib/python2.5/site-packages/bzrlib/builtins.py", line 2199, in run
    reporter=reporter, revprops=properties)
  File "/sw/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in 
write_locked
    return unbound(self, *args, **kwargs)
  File "/sw/lib/python2.5/site-packages/bzrlib/workingtree_4.py", line 245, in 
commit
    result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
  File "/sw/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in 
write_locked
    return unbound(self, *args, **kwargs)
  File "/sw/lib/python2.5/site-packages/bzrlib/mutabletree.py", line 207, in 
commit
    revprops=revprops, *args, **kwargs)
  File "/sw/lib/python2.5/site-packages/bzrlib/commit.py", line 327, in commit
    revision_id=self.rev_id)
  File "/sw/lib/python2.5/site-packages/bzrlib/repository.py", line 362, in 
fetch
    inter = InterRepository.get(source, self)
  File "/sw/lib/python2.5/site-packages/bzrlib/inter.py", line 82, in get
    if provider.is_compatible(source, target):
  File "/sw/lib/python2.5/site-packages/bzrlib/repository.py", line 1427, in 
is_compatible
    if source._serializer != target._serializer:
AttributeError: 'SvnRepository' object has no attribute '_serializer'

bzr 0.18.0 on python 2.5.1.final.0 (darwin)
arguments: ['/sw/bin/bzr', 'commit']

** please send this report to [EMAIL PROTECTED]

-- 
'SvnRepository' object has no attribute '_serializer'
https://bugs.launchpad.net/bugs/97220
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to