Page 1 of 1

WebSVN shows strange symbols in diffs

PostPosted: 02 Oct 2012, 08:04
by Max mtg
http://svn.slightlymagic.net/websvn/dif ... &peg=17284

Diff gets displayed as

Code: Select all
    @1.5.0/docs/api/java/lang/Override.html">Override
    public int getSize() {
        return model.size();
    }


    @1.5.0/docs/api/java/lang/Override.html">Override
    public 5+0%2Fdocs%2Fapi+Object">Object getElementAt(int index) {
        return model.get(index);
    }

    public void add(5+0%2Fdocs%2Fapi+Object">Object element) {

Though there are no such texts as "1.5.0/docs/api/java/lang/Override.html">" in source files

Re: WebSVN shows strange symbols in diffs

PostPosted: 03 Oct 2012, 08:33
by silly freak
Seems like a WebSVN bug. If you inspect the html source of the page, you can see that this is part of the Javadoc link that, due to strange reasons, leaked out of the href attribute. A raw diff (I didn't see a way to show one with WebSVN) should have correct code.

Re: WebSVN shows strange symbols in diffs

PostPosted: 03 Oct 2012, 09:22
by Max mtg
silly freak wrote:Seems like a WebSVN bug. If you inspect the html source of the page, you can see that this is part of the Javadoc link that, due to strange reasons, leaked out of the href attribute. A raw diff (I didn't see a way to show one with WebSVN) should have correct code.
Oh, thank you!
But who is mantaining WebSVN so that he could take care of this problem?

Re: WebSVN shows strange symbols in diffs

PostPosted: 03 Oct 2012, 15:01
by Goblin Hero
WebSVN is updated. The error is gone.

Re: WebSVN shows strange symbols in diffs

PostPosted: 09 Oct 2012, 11:22
by Doublestrike
Lately (last two weeks?) when I commit, the @ and " keys are sometimes switched in Eclipse until I restart the IDE....sort of strange.

Re: WebSVN shows strange symbols in diffs

PostPosted: 09 Oct 2012, 11:58
by Max mtg
Doublestrike wrote:Lately (last two weeks?) when I commit, the @ and " keys are sometimes switched in Eclipse until I restart the IDE....sort of strange.
Some national keyboard layouts have a quotation mark bound to Shift+2 combination. Might be somehow related.