Changes between Version 2 and Version 3 of SvnCliRemotePlugin


Ignore:
Timestamp:
Mar 17, 2021, 9:20:14 AM (3 years ago)
Author:
Cinc-th
Comment:

Updated status section

Legend:

Unmodified
Added
Removed
Modified
  • SvnCliRemotePlugin

    v2 v3  
    77This plugin allows you to connect to remote and/or local subversion repositories. It uses the subversion command line client {{{svn}}} so no subversion-python bindings need to be installed which sometimes can be a daunting task.
    88
    9 This is a direct connector without any caching so initial viewing of large trees is slow especially for remote ''Http:''/''Https:'' repositories like https://trac-hacks.org/svn. Nevertheless working with subtrees like https://trac-hacks.org/svn/peerreviewplugin is going well.
     9This is a direct connector without any caching so initial viewing of large trees is slow especially for remote ''Http:''/''Https:'' repositories like https://trac-hacks.org/svn. Same for very large changesets.
     10
     11Nevertheless working with subtrees (like https://trac-hacks.org/svn/peerreviewplugin) is going well.
    1012
    1113== Status
    12 Note that this plugin is in early development so many bugs exists and features are still missing.
    13 * No support for properties
    14 * No preview for certain files containing unicode characters
     14Note that this plugin is still in development so bugs exists and features are still missing.
     15* ~~No support for properties~~ ''(implemented now)''
     16* ~~No preview for certain files containing unicode characters~~ ''(implemented now)''
    1517* Context navigation for ''Next Revision'' doesn't work
    16 * Navigation over svn-copied or svn-moved files is flaky
    17 * No caching
     18* Changesets with svn-copied, svn-moved or deleted files in younger revisions may not show all information
     19* No caching (as designed)
    1820
    1921It'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...