Edgewall Software

Changes between Initial Version and Version 8 of Ticket #12776


Ignore:
Timestamp:
Apr 20, 2017, 12:42:11 PM (7 years ago)
Author:
Jun Omae
Comment:

Thanks for the reviewing. Committed in [15799-15801].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12776

    • Property Status newclosed
    • Property Severity normalminor
    • Property Resolutionfixed
    • Property Component generaladmin/console
    • Property Summary Tests fail with old SVN: WindowsError: [Error 5] Access is denied: 'c:\\users\\joe\\appdata\\local\\temp\\trac-testdir-gnhitw\\www\\htdocs\\common\\.svn\\all-wcprops'Tests fail with Subversion 1.6 or early: WindowsError: [Error 5] Access is denied
    • Property Milestone1.0.14
    • Property Owner set to Jun Omae
    • Property Type enhancementdefect
  • Ticket #12776 – Release Notes

    initial v8  
     1Use `rmtree` rather than `shutil.rmtree` to fix `os.remove` failing for read-only files on Windows while running unit-test.
  • Ticket #12776 – API Changes

    initial v8  
     1Move `rmtree` from `trac.tests.compat` to `trac.test`.