Bug#676176: trac: Unable to show changeset : TypeError: expecting an integer for the buffer size

2013-09-17 Thread Phillip Hellewell
On Tue, Sep 17, 2013 at 8:26 AM, Daniel Kahn Gillmor wrote: > bug 676176 is assigned to the trac package, but the version number > you're citing seems to be a python-subversion version number. I don't have trac installed; I'm not using trac at all. I'm seeing the pro

Bug#676176: trac: Unable to show changeset : TypeError: expecting an integer for the buffer size

2013-09-17 Thread Daniel Kahn Gillmor
re: http://bugs.debian.org/676176 -- Phillip Hellewell wrote: > This is still a problem in the latest version, 1.6.17dfsg-4+deb7u3. > > Please fix it. It's annoying to have to re-patch core.py every time > python-subversion gets updated. bug 676176 is assigned to the trac

Bug#676176: Still a problem...

2013-07-10 Thread Phillip Hellewell
This is still a problem in the latest version, 1.6.17dfsg-4+deb7u3. Please fix it. It's annoying to have to re-patch core.py every time python-subversion gets updated. Phillip H -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Bug#676176: Still a problem...

2013-06-03 Thread Phillip Hellewell
This is still a problem with the latest version, 1.6.17dfsg-4+deb7u2. I had to workaround it with the original patch mentioned here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676176#10 This workaround didn't help (and was actually already in place): http://bugs.debian.org/cg

Bug#676176: Is #683188 really fixed? (API change in python-subversion breaks trac)

2013-04-04 Thread Julien Cristau
scribed in #676176 (Unable to show changeset : TypeError: > expecting an integer for the buffer size) persists, unfortunately. > My workaround from 2012-12-21, still works for me: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676176#51 > > To me it looks like the problem is not yet

Bug#676176: Is #683188 really fixed? (API change in python-subversion breaks trac)

2013-04-04 Thread W. Martin Borgert
) persists, unfortunately. My workaround from 2012-12-21, still works for me: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676176#51 To me it looks like the problem is not yet fixed. Any idea, what is going wrong? Thanks! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#676176: Bug#683188: increasing severity

2013-03-22 Thread Julien Cristau
On Wed, Jan 16, 2013 at 15:31:39 +1300, Olly Betts wrote: > On Sun, Jul 29, 2012 at 08:34:36PM +0200, Erich Schubert wrote: > > A partial "bisection" of python-subversion via snapshot.debian.org > > shows that the problem already existed in -3.1 but did not exist in > > -1. I did not test -2 and -

Bug#676176: Bug#683188: increasing severity

2013-01-15 Thread Olly Betts
On Sun, Jul 29, 2012 at 08:34:36PM +0200, Erich Schubert wrote: > A partial "bisection" of python-subversion via snapshot.debian.org > shows that the problem already existed in -3.1 but did not exist in > -1. I did not test -2 and -3 yet. > > -2 has swig-related changes: > > * patches/swig2-compa

Bug#676176: increasing severity

2012-07-29 Thread Erich Schubert
notfound 683188 1.6.17dfsg-1 found 683188 1.6.17dfsg-3.1 thanks Hi, A partial "bisection" of python-subversion via snapshot.debian.org shows that the problem already existed in -3.1 but did not exist in -1. I did not test -2 and -3 yet. -2 has swig-related changes: * patches/swig2-compat: New pa

Bug#676176: increasing severity

2012-07-29 Thread Erich Schubert
severity 676176 important tag 676176 +wheezy clone 676176 -1 reassign -1 python-subversion found -1 1.6.17dfsg-4 retitle -1 API change in python-subversion breaks trac thanks This breaks a core fuctionality of trac, the changeset viewer (and maybe more?) Apparently the python subversion bindings

Bug#676176:

2012-07-08 Thread Georg Klimm
Hi Daniel, have many thanks! I've looked in /usr/lib/python2.7/dist-packages/trac/core.py :-) We will try tu upgrade svn on next possibility, but there are many insatnces of eclipse with subversion-connector which must be upgraded then ursprüngliche Nachricht- Vo

Bug#676176:

2012-07-07 Thread Daniel Swarbrick
Sorry Georg, I should have been more specific. The file is /usr/share/pyshared/libsvn/core.py. It's a fairly large file (swig'ed libsvn bindings). I've actually since upgraded libsvn1 on that particular box to 1.7.5-1 from sid, and the problem is no longer there (eg. without patching core.py e

Bug#676176:

2012-07-07 Thread Georg Klimm
Hi Daniel, sorry, I caannot find any core.py or a file containing _core.svn_stream_read When patching seems to be the only solution for other development-box on wheezy, I will try it. Thanks, Georg -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsub

Bug#676176: Indeed the suggested fix works. Thanks!

2012-06-11 Thread VALETTE Eric RD-MAPS-REN
I was thinking about installing viewcvs. This saved me hours of wrok. Thanks. -- eric -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#676176: (no subject)

2012-06-10 Thread Daniel Swarbrick
Without digging too deep into the code, I found that if I patched the offending line 4801 of core.py from: return _core.svn_stream_read(*args) to instead: return _core.svn_stream_read(args[0], int(args[1])) it would work ok. For reference, args was: (*' at 0x7f8d75d00b40> >, 102400L) and i

Bug#676176: trac: Unable to show changeset : TypeError: expecting an integer for the buffer size

2012-06-05 Thread Eric Valette
Package: trac Version: 0.12.3-1 Severity: normal I have upgraded a working trac 11 installation to a track 12. Track is correctly working. I can browse subversion repostory and so on. BUT I cannot see chnagesets. When trying to see a diff for a file between two revision I have an internal e