Custom Query (7 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 7)

1 2 3
Ticket Resolution Summary Owner Reporter
#3 invalid 0.10.3 broken against head of trac-monotone Thomas Moschny ssamuel@…
Description

Running trac 0.10.3 against the head of trac monotone available on venge.net (is this the right place to get it?) Immediately get the following error when clicking on browse source:

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 100, in process_request

rev_or_latest = rev or repos.youngest_rev

File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 189, in <lambda>

youngest_rev = property(lambda x: x.get_youngest_rev())

File "/usr/lib/python2.4/site-packages/TracMonotone-0.0.2-py2.4.egg/tracvc/mtn/backend.py", line 170, in get_youngest_rev

return leaves[dates[-1]]

IndexError: list index out of range

#1 fixed Adding unknown revision or manifest ids breaks timeline Thomas Moschny matthew@…
Description

If, in a ticket, you include a revision id or manifest id that is not in the mtn database then the timeline then breaks. Further, it does not recover when the id does appear in the mtn database (e.g. as the result of a sync). The current work-around is to clear out the cache.

#12 fixed Error Getting WikiFormatting and TracLinks pages: Trac[main] WARNING: 500 Internal Error (Multiple revisions found for '1') Thomas Moschny claudesebjean@…
Description

When getting wiki pages WikiFormatting or TracLinks, an error apears on screen and I can't get the page. It happens every time

It used to work but stopped working when I installed TracMonotone.

If I disable TracMonotone or if I enable TracMonotone but I comment in trac.ini file:

[trac]
#repository_dir = ...
#repository_type = mtn

As far as I can tell, there is only 1 version of this page in the DB:

select name, version from wiki where name in ( 'WikiFormatting', 'TracLinks');
name|version
TracLinks|1
WikiFormatting|1

Error log:

...
2008-10-11 21:33:53,577 Trac[main] WARNING: 500 Internal Error (Multiple revisions found for '1')
2008-10-11 21:44:01,345 Trac[main] WARNING: 500 Internal Error (Multiple revisions found for '1')
2008-10-12 09:44:26,738 Trac[main] WARNING: 500 Internal Error (Multiple revisions found for '1')
2008-10-12 09:44:36,590 Trac[main] WARNING: 500 Internal Error (Multiple revisions found for '1')
...

I am using:

Trac 0.10.5 on gentoo Python 2.4.4 (#1, Jun 22 2008, 13:00:32) sqlite-3.5.6, TracMonotone 0.0.14

See: Original Trac ticket

1 2 3
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.