How can I query my subversion repository?

后端 未结 10 708
谎友^
谎友^ 2021-01-31 05:08

Currently I would simply like to find all files that have not been modified in the last X days but ultimately I would like to be able to make more complex queries against my sub

10条回答
  •  借酒劲吻你
    2021-01-31 05:55

    Apart from using a Subversion command-line or a graphical client such as TortoiseSVN to view svn repository history, you can install an advanced web interface for Subversion repos.

    For example, in VisualSVN Server 3.2 and newer you can use a web-based revision history viewer, see the demo here.

    See the description of the HTML5-based web svn client here.

提交回复
热议问题