BzrSvn does not work well on Python2.4

Bug #244786 reported by Berto
4
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Medium
Jelmer Vernooij

Bug Description

When using bzrsvn with Python2.4 on Debian Etch, trying to push back to the svn repository blew up.

Python info:

Python 2.4.4 (#2, Apr 16 2008, 17:58:59)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2

Here's some information on how things blow up:

[~/sandbox/repo.bzr]
[berto@dev01][547]$ bzr info
Standalone tree (format: rich-root-pack)
Location:
  branch root: .

Related branches:
    push branch: /home/dev/repo.svn
  parent branch: /home/dev/repo.svn

[~/sandbox/repo.bzr]
[berto@dev01][548]$ bzr push /home/dev/repo.svn/
using experimental bzr-svn mappings; output may change between revisions
Aborted

[~/sandbox/repo.bzr]
[berto@dev01][549]$ bzr svn-push /home/dev/repo.svn/
using experimental bzr-svn mappings; output may change between revisions
Aborted

--------

this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to https://bugs.launchpad.net/bzr/+filebug

0.058 encoding stdout as sys.stdout encoding 'UTF-8'
0.058 bzr arguments: [u'push', u'/home/dev/repo.svn/']
0.058 looking for plugins in /home/berto/.bazaar/plugins
0.086 bzr-svn: using Subversion 1.4.2 ()
0.087 looking for plugins in /home/berto/local/opt/bzr.dev/bzrlib/plugins
0.087 Plugin name __init__ already loaded
0.087 Plugin name __init__ already loaded
0.090 looking for plugins in /usr/lib/python2.4/site-packages/bzrlib/plugins
0.099 encoding stdout as sys.stdout encoding 'UTF-8'
0.149 opening SVN RA connection to 'file:///home/dev/repo.svn'
[27911] 2008-07-01 15:53:56.272 WARNING: using experimental bzr-svn mappings; output may change between revisions
0.645 expand branches: [], ['']
0.645 expand branches: [''], []
0.648 pushing '<email address hidden>' (['svn-v3-none:d809f9fd-43ca-4870-99a1-df1fa70c1007::974'])
2.531 Obtaining username for SVN connection

0.057 encoding stdout as sys.stdout encoding 'UTF-8'
0.058 bzr arguments: [u'svn-push', u'/home/dev/repo.svn/']
0.058 looking for plugins in /home/berto/.bazaar/plugins
0.086 bzr-svn: using Subversion 1.4.2 ()
0.087 looking for plugins in /home/berto/local/opt/bzr.dev/bzrlib/plugins
0.087 Plugin name __init__ already loaded
0.087 Plugin name __init__ already loaded
0.089 looking for plugins in /usr/lib/python2.4/site-packages/bzrlib/plugins
0.098 encoding stdout as sys.stdout encoding 'UTF-8'
0.148 opening SVN RA connection to 'file:///home/dev/repo.svn'
[27915] 2008-07-01 15:54:01.495 WARNING: using experimental bzr-svn mappings; output may change between revisions
0.640 expand branches: [], ['']
0.640 expand branches: [''], []
0.644 pushing '<email address hidden>' (['svn-v3-none:d809f9fd-43ca-4870-99a1-df1fa70c1007::974'])
2.516 Obtaining username for SVN connection

Related branches

Jelmer Vernooij (jelmer)
Changed in bzr-svn:
importance: Undecided → Medium
status: New → Triaged
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
assignee: nobody → jelmer
milestone: none → 0.4.11
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

I can't reproduce this, I suspect this is fixed by some of the recent improvements to the bindings. Any chance you can try agian?

Changed in bzr-svn:
status: Triaged → Incomplete
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Never mind, just reproduced it. Seems to be related to 64-bitness (and python2.4?)

Changed in bzr-svn:
status: Incomplete → Triaged
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Fixed in the 0.4 branch.

Changed in bzr-svn:
status: Triaged → Fix Released
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.