#4714 closed enhancement (worksforme)
conflict TracLink(or intertrac?) with svn log
Reported by: | Benn | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | timeline | Version: | devel |
Severity: | minor | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
svn log:
Edited chapter 2-2 (2-2)
Trac error:
[C:\DE\Projects\trac : main] WARNING: 500 Internal Server Error (500 Internal Server Error (No changeset 2(2 in the repository))
That show error in timeline and browser module
Thanks for Trac team
Attachments (0)
Change History (7)
follow-up: 2 comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Keywords: | needinfo added |
Milestone: | 0.11 |
Severity: | trivial → minor |
comment:2 by , 18 years ago
Replying to cboos:
Sorry, I don't see how the given wiki text could create a link to the changeset "2(2".
Are you using some plugins which are providing syntax extensions? (IWikiSyntaxProvider)
Nothing bur trac trunk chackout
What is the content of your InterMapTxt and how is your
[intertrac]
section configured in TracIni?
trac-admin default
Can not reproduction error from Project rebuild.
Now writing pre-revprop-change.bat?(for change svn log) in svn repository for reproduction error.
I'll report soon…. thanks
comment:3 by , 18 years ago
reproduction:
Merged trunk@24-25 (25-25)
(25-25)?, That time, why is it included? I have no understanding…… trac error:
23:19:02 Trac[main] WARNING: 500 Internal Server Error (500 Internal Server Erro r (No changeset 25(25 in the repository))
follow-up: 5 comment:4 by , 18 years ago
Ok, here's what I propose:
- identify which revision number is supposed to have the "Merged trunk@24-…" log
- with a svn client, do:
svn log -v -r
number
and report here the command line session (i.e. what you typed at the prompt, what the system answered) - enable log level debugging with stderr (see TracLogging)
- do a
trac-admin <yourenv> resync
, and report the error (including the stacktrace) you'll eventually get - For the "No changeset 25(25 in the repository)" error above, try also to get the corresponding backtrace
comment:5 by , 18 years ago
00:24:23 Trac[main] DEBUG: Dispatching <Request "GET /timeline">
00:24:23 Trac[session] DEBUG: Retrieving session for ID u'Benn'
00:24:23 Trac[chrome] DEBUG: Prepare chrome data for request
00:24:23 Trac[main] WARNING: 500 Internal Server Error (500 Internal Server Erro
r (No changeset 25(25 in the repository))
comment:6 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Sorry, I don't see how the given wiki text could create a link to the changeset "2(2".
Are you using some plugins which are providing syntax extensions? (IWikiSyntaxProvider)
What is the content of your InterMapTxt and how is your
[intertrac]
section configured in TracIni?