Changes between Version 4 and Version 5 of SvnCliRemotePlugin


Ignore:
Timestamp:
Mar 22, 2021, 11:56:39 AM (3 years ago)
Author:
anonymous
Comment:

Added some configuration information

Legend:

Unmodified
Added
Removed
Modified
  • SvnCliRemotePlugin

    v4 v5  
    1212
    1313== Status
    14 Note that this plugin is still in development so bugs exists and features are still missing.
     14Note that this plugin is still in development so bugs may exist and features may still be missing.
    1515* ~~No support for properties~~ ''(implemented now)''
    1616* ~~No preview for certain files containing unicode characters~~ ''(implemented now)''
    1717* Context navigation for ''Next Revision'' doesn't work
    18 * Timeline sometimes doesn't show changes. Seen on trac-hacks.org for periods long ago. Current changes (first page) are visible.
     18* ~~Timeline sometimes doesn't show changes. Seen on trac-hacks.org for periods long ago. Current changes (first page) are visible.~~ (fixed)
    1919* No caching (as designed)
    2020
    21 It's surprising how broken data in an ancient repository can be (corrupted commit messages, missing dates or author information, ...) so be prepared for interesting results...
    2221
    2322== !Bugs/Feature Requests
     
    5251{{{#!ini
    5352[components]
    54 subversioncli.svn_cli.subversionconnector = enabled
     53subversioncli.svn_cli.subversioncliconnector = enabled
    5554}}}
    5655
     
    7675
    7776{{{
    78     /https://trac-hacks.org/svn
     77/https://trac-hacks.org/svn
    7978}}}
    8079or
    8180{{{
    82     x:\https://trac-hacks.org/svn
     81x:\https://trac-hacks.org/svn
    8382}}}
    8483Choose `svn-cli-remote` as connector.
    8584
     85=== Subtree as repository
     86You may create a repository for a subtree of some larger repository. This may be useful if a repository contains a lot of independent projects like for example here at https://trac-hacks.org.
    8687
     88As an example use this directory path to create a repository for the project PeerReviewPlugin:
     89
     90{{{
     91/https://trac-hacks.org/svn/peereviewplugin
     92}}}
     93
     94=== Hints
     95Set the following in your ''trac.ini'':
     96{{{#!ini
     97[timeline]
     98changeset_show_files = 0
     99}}}
     100This speeds up the display of the timeline because less information must be queried.
    87101== Recent Changes
    88102