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
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
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
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
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
) 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
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 -
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo