#3983 SVN repo didn't migrate correctly

unreleased
wont-fix
migration (63)
SCM
nobody
2015-02-07
2012-03-30
No

This issue turned up in [#3657]. During migration, the svnsync failed and left the repo in a bad state. Here's a traceback:

Module /var/local/allura/Allura/allura/templates/widgets/repo/tree_widget.html:3 in top-level template code
<<  {% import 'allura:templates/jinja_master/lib.html' as lib with context %}
       <table>
       {% set ls = list(tree.ls()) %}
         <thead>
           <tr>
>>  {% set ls = list(tree.ls()) %}
UndefinedError: 'None' has no attribute 'ls'

This is the repo that failed: https://easyitsp.svn.sourceforge.net/svnroot/easyitsp/

Discussion

  • Jenny Steele - 2012-03-30
    • labels: --> migration
     
  • Jenny Steele - 2012-04-03
    • status: open --> in-progress
    • assigned_to: Jenny Steele
     
  • Jenny Steele - 2012-04-04
    • status: in-progress --> open
     
  • Jenny Steele - 2012-04-04

    Pausing this one in favor of a more urgent ticket.

     
  • Jenny Steele - 2012-04-04
    • status: open --> in-progress
     
  • Jenny Steele - 2012-04-06

    Can't reproduce and the project's repo is now working correctly.

     
  • Jenny Steele - 2012-04-06
    • status: in-progress --> wont-fix
     

Log in to post a comment.