[jira] [Commented] (SVN-4835) mod_dav extend functionality

"Julian Foad (Jira)" <[email protected]>
Newsgroups gmane.comp.version-control.subversion.issues
Message-ID <[email protected]>
    [ https://issues.apache.org/jira/browse/SVN-4835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974244#comment-16974244 ] 

Julian Foad commented on SVN-4835:
----------------------------------

If you have not yet discussed your suggestion on the mailing list ( users@ or dev@ ), please do so; then add a link to the discussion thread.

> mod_dav extend functionality
> ----------------------------
>
>                 Key: SVN-4835
>                 URL: https://issues.apache.org/jira/browse/SVN-4835
>             Project: Subversion
>          Issue Type: Improvement
>          Components: mod_dav_svn
>    Affects Versions: all
>         Environment: Any
>            Reporter: Busy Man
>            Priority: Major
>             Fix For: 2.0-consider
>
>
> Such a thing might improve web showing repository when using XSLT.
> I am not sure how this change would affect performance and security.
> /subversion/mod_dav_svn/repos.c lines 3444+ :
> +test update
> +variables define
> static const char xml_index_dtd[] =
> "<!DOCTYPE svn [\n"
> " <!ELEMENT svn (index)>\n"
> " <!ATTLIST svn version CDATA #REQUIRED\n"
> " href CDATA #REQUIRED>\n"
> " <!ELEMENT index (updir?, (file | dir)*)>\n"
> " <!ATTLIST index name CDATA #IMPLIED\n"
> " path CDATA #IMPLIED\n"
> " rev CDATA #IMPLIED\n"
> " base CDATA #IMPLIED>\n"
> " <!ELEMENT updir EMPTY>\n"
> " <!ATTLIST updir href CDATA #REQUIRED>\n"
> " <!ELEMENT file EMPTY>\n"
> " <!ATTLIST file name CDATA #REQUIRED\n"
> " href CDATA #REQUIRED>\n"
> " rev CDATA #REQUIRED>\n"
> " comment CDATA #REQUIRED>\n"
> " <!ELEMENT dir EMPTY>\n"
> " <!ATTLIST dir name CDATA #REQUIRED\n"
> " href CDATA #REQUIRED>\n"
> " rev CDATA #REQUIRED>\n"
> " comment CDATA #REQUIRED>\n"
> "]>\n";



--
This message was sent by Atlassian Jira
(v8.3.4#803005)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.