Edgewall Software

Changes between Version 1 and Version 4 of Ticket #10545


Ignore:
Timestamp:
Jan 27, 2012, 12:27:11 PM (12 years ago)
Author:
Christian Boos
Comment:

No, the svn_authz is for the AuthzSourcePolicy.

I think that simply there were still the old svn changesets in the cache, and they were associated with the repos id which is now a mercurial one. We should probably try to reproduce such a scenrio (changing type from svn to hg) and check if the advice given is correct (and see if a resync works correctly in such situation, i.e. that it removes the old svn changesets).

Sorry to still not have the DB backend for Mercurial (#8417), hence no possibility to search for now. Incidentally I'm working in this area today, but no promise as the when this might become available in a branch near you ;-)

Also, the problem you had with the repr was already mentioned in #10174 and I think that we should indeed use some kind of safe_repr in the error reporting code.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10545

    • Property Keywords verify added
  • Ticket #10545 – Description

    v1 v4  
    3232}}}
    3333
    34 To get this error I first have to change error reporting by removing {{{
     34To get this error I first have to change error reporting by removing
     35{{{
    3536 <td><code>${shorten_line(repr(value))}</code></td>
    36 }}} 
     37}}}
    3738from `error.html`. If I do not remove it, I get this error instead:
    3839