It appears to be attempting to interpolate Javadoc links into standard Java classes, among other things. The resultant output is fairly difficult to read. For instance, I am defining a Queue at one point:

private Queue replyQueue;

WebSVN is rendering this as follows (literals included):

private 1.5.0/docs/api/java/util/Queue.html">Queue replyQueue;

Now, it doesn't seem to affect business logic in terms of comparing revision graphs or anything, and presumably this is straightforward misconfiguration, but I've poked around a bit and haven't been able to make much progress. Has anyone else seen -- ideally, repaired -- this issue with garbled Java output from WebSVN?

link|improve this question

75% accept rate
Please let me know if this belongs on SO or if there's a more appropriate stack. – Joseph Weissman Jun 3 '11 at 18:58
feedback

1 Answer

up vote 1 down vote accepted

I commented out the following line in /etc/websvn/config.php and the issue has resolved itself.

//$config->useGeshi();

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.