Bug 132048 - empty page at subversion repo
Summary: empty page at subversion repo
Status: RESOLVED DUPLICATE of bug 55420
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 10:26 UTC by Willi Richert
Modified: 2006-10-01 14:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Willi Richert 2006-08-08 10:26:32 UTC
Version:           3.5.2 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu18.1 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-26-386

Our local subversion repo isn't rendered properly (firefox does it). The source is:

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/svnindex.xsl"?>
<!DOCTYPE svn [
  <!ELEMENT svn   (index)>
  <!ATTLIST svn   version CDATA #REQUIRED
                  href    CDATA #REQUIRED>
  <!ELEMENT index (updir?, (file | dir)*)>
  <!ATTLIST index name    CDATA #IMPLIED
                  path    CDATA #IMPLIED
                  rev     CDATA #IMPLIED>
  <!ELEMENT updir EMPTY>
  <!ELEMENT file  (prop)*>
  <!ATTLIST file  name    CDATA #REQUIRED
                  href    CDATA #REQUIRED>
  <!ELEMENT dir   (prop)*>

  <!ATTLIST dir   name    CDATA #REQUIRED
                  href    CDATA #REQUIRED>
  <!ELEMENT prop  (#PCDATA)>
  <!ATTLIST prop  name    CDATA #REQUIRED>
]>
<svn version="1.2.3 (r15833)"
     href="http://subversion.tigris.org/">
  <index rev="35" path="/">
    <dir name="branches" href="branches/"></dir>
    <dir name="tags" href="tags/"></dir>
    <dir name="trunk" href="trunk/"></dir>
  </index>

</svn>


Unfortunately, I cannot provide open access to it. Sorry.
Comment 1 Maksim Orlovich 2006-10-01 06:32:49 UTC

*** This bug has been marked as a duplicate of 59803 ***
Comment 2 Maksim Orlovich 2006-10-01 14:07:56 UTC
Ugh, wrong one...
Comment 3 Maksim Orlovich 2006-10-01 14:08:33 UTC

*** This bug has been marked as a duplicate of 55420 ***