[Bug 263300] Re: Does not work with bzr 1.6

2010-04-12 Thread Andrew Starr-Bochicchio
** Changed in: trac-bzr (Ubuntu)
   Status: New = Fix Released

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-12-18 Thread Martin von Gagern
** Changed in: trac-bzr
   Status: Fix Committed = Fix Released

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-11-26 Thread Martin von Gagern
The _get_weave issue has been resolved for some time now, although not
as early as comment #8 suggests, but since http://bazaar.launchpad.net
/~trac-bzr-team/trac-bzr/trunk/revision/68

** Changed in: trac-bzr
   Importance: Undecided = Medium

** Changed in: trac-bzr
   Status: New = Fix Committed

** Changed in: trac-bzr
Milestone: None = 0.3.0

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 263300] Re: Does not work with bzr 1.6

2009-10-28 Thread Jack Moffitt
 I forget also to say thanks to Jack Moffitt for his patch that solve my
 second issue, on opening Browse Source screen ! :)

Glad I could help.

jack.

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-10-26 Thread zedtux
Thanks brainsik for your packages !

I have install the package :
http://packages.devsuki.com/ubuntu/pool/main/t/trac-bzr/trac-bzr_0.2+bzr54-0devsuki2_all.deb

And it work perfectly on my Ubuntu Server 8.10, hosting trac 0.11.5 !

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-10-26 Thread zedtux
I forget also to say thanks to Jack Moffitt for his patch that solve my
second issue, on opening Browse Source screen ! :)

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-04-25 Thread ToniMueller
Contrary to comment #8, this is not fixed as of

$ dpkg -l bzr  trac-bzr
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-==-==
ii  bzr 1.13.1-1~bpo50+1easy to use distributed 
version control system
ii  trac-bzr0.2+bzr56~bpo50+1   Bazaar version control 
(bzr) backend for Trac

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-04-25 Thread ToniMueller
I wanted to say: Maybe it works with bzr 1.6, but it doesn't work with
bzr 1.13, on my installation.

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-03-10 Thread Rocky Burt
I have a proposed fix for this sitting in lp:~rocky-burt/trac-
bzr/bug-263300

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2009-03-09 Thread Rocky Burt
So going through the tests we can see the bug being reproduced with
test_node.test_get_history.  Simple reproduction with with Bzr 1.12
shows:

$ nosetests tracbzr.tests.test_node
No handlers could be found for logger bzr
.E.
==
ERROR: test_get_history (tracbzr.tests.test_node.TestNode)
--
Traceback (most recent call last):
  File 
/home/rocky/dev/bzr/forks/TracBzr/vendor-main/tracbzr/tests/test_node.py, 
line 49, in test_get_history
list(node.get_history()))
  File /home/rocky/dev/bzr/forks/TracBzr/vendor-main/tracbzr/backend.py, line 
756, in _get_history
history = list(self._merging_history())
  File /home/rocky/dev/bzr/forks/TracBzr/vendor-main/tracbzr/backend.py, line 
715, in _merging_history
weave = self.tree._get_weave(self.entry.file_id)
AttributeError: 'RevisionTree' object has no attribute '_get_weave'

--
Ran 3 tests in 0.758s

FAILED (errors=1)

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-11-28 Thread Jelmer Vernooij
You can't simply use Repository.get_ancestry() here - that'll get the
ancestry of the specific revision in the full repository graph, not in
the one in the file revision graph.

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-11-23 Thread Andrew Schulman
Sorry, but I'm running trac-bzr 0.2+bzr49-1 (the Debian experimental
package) with bzr 1.6.1-1, and I still get

  AttributeError: 'RevisionTree' object has no attribute '_get_weave'

when I try to view a revision log.

Please see my question #52270 about this.

Thanks,
Andrew.

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-10-09 Thread brainsik
If you want, you can grab the release I just rolled out. It is the
latest revision (revision 49) of lp:trac-bzr. It also includes a patch
get rid of this _get_weave bug.

You can get via apt:

# DevSuki packages (backports, fixes, etc.)
deb http://packages.devsuki.com/ubuntu/ hardy main
deb-src http://packages.devsuki.com/ubuntu/ hardy main

or by direct download:

http://packages.devsuki.com/ubuntu/pool/main/t/trac-bzr/trac-
bzr_0.2+bzr49-0devsuki2_all.deb

and the sources, diff, etc. are all here:

http://packages.devsuki.com/ubuntu/pool/main/t/trac-bzr/

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-10-09 Thread Jack Moffitt
Here is an improved patch which fixes the get_revision_graph() problem
as well as the original one.

** Attachment added: Patch to update tracbzr/backend.py to latest bzr API.
   http://launchpadlibrarian.net/18370831/trac-bzr.patch

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-10-09 Thread Jack Moffitt
Ugh.  This was already fixed in lp:trac-bzr trunk and no one updated the
bug.  It's fixed as of revision 49.

Can we get a new release made?

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-10-04 Thread brainsik
Tried it, and now I get a different error:

AttributeError: 'KnitPackRepository' object has no attribute
'get_revision_graph'

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-09-26 Thread Toshio Kuratomi
from the bzr NEWS file, 0.90rc1 release::

* RevisionTree.get_weave is now deprecated.  Tree.plan_merge is now used
  for performing annotate-merge.  (Aaron Bentley)

Unfortunately, the Tree object does not have a plan_merge() method

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-09-26 Thread Toshio Kuratomi
It looks like there's a fix on this branch::
   http://bazaar.launchpad.net/~menesis/trac-bzr/menesis-dev/revision/50

I'm not sure it's the correct fix, though.  I think it's removing
functionality to work around the problem.  I'm not intimately familiar
with either bzr or trac, though, so that might not be a correct
assessment.

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-09-26 Thread Toshio Kuratomi
Okay, try this patch.  It gets ancestry information from the repository
instead of from the weave.  It stops the tracebacks here.

** Attachment added: Get ancestry from repo
   http://launchpadlibrarian.net/17989677/trac-bzr-get-ancestry.patch

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-09-24 Thread Andrew Schulman
I also see have this problem with bzr 1.5.1, trac-bzr 0.2+bzr45.  I
first saw it with bzr 1.6.1 rc1, so I reverted to bzr 1.5.1 and removed
all of the .bzr directories, but now I'm still seeing the same error.

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263300] Re: Does not work with bzr 1.6

2008-09-24 Thread Andrew Schulman
... Or, sometimes the error is AttributeError: 'RevisionTree' object
has no attribute '_revision_id'.  And, sometimes I can navigate and
view logs just fine.  It seems to be random.

-- 
Does not work with bzr 1.6
https://bugs.launchpad.net/bugs/263300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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