•  
      request #12358 SVN doesn't work out of the box on C7 when Python 2.7 SCLO is installed
    Infos
    #12358
    Manuel Vacelet (vaceletm)
    2018-10-04 16:30
    2018-10-04 13:54
    13025
    Details
    SVN doesn't work out of the box on C7 when Python 2.7 SCLO is installed

    https://c7.valid.enalean.com/plugins/svn/?roottype=svn&root=mv-valid-c7/loop

    Traceback (most recent call last): File "/usr/share/tuleap//plugins/svn/bin/viewvc-epel.cgi", line 50, in if not svnaccess.check_read_access(username, repo_path, requested_path): File "/usr/share/tuleap/src/utils/svn/svnaccess.py", line 81, in check_read_access return __check_read_access_with_epel_viewvc(username, svnrepo, svnpath) File "/usr/share/tuleap/src/utils/svn/svnaccess.py", line 84, in __check_read_access_with_epel_viewvc from vcauth.svnauthz import ViewVCAuthorizer ImportError: No module named vcauth.svnauthz
    SCM/Subversion
    10.5
    EL7 (CentOS|RHEL)
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-10-04
    Attachments
    Empty
    References
    Referenced by request #12358

    Follow-ups

    User avatar

    Documentation is good enough, no need of patch


    • Status changed from Under review to Closed
    • Close date set to 2018-10-04
    User avatar
    Thomas Gerbet (tgerbet)2018-10-04 15:59
    The issue is caused by the installation of the Python 2.7 SCLO which are in fact not needed on CentOS 7 whatever the case.

    I have updated the documentation to mention that (https://github.com/Enalean/tuleap-documentation-en/commit/9624b5b793c18fcdab1f301dd7c34e7277e6dc40).


    A patch is under review to make sure the viewer still works even if the documentation has not been followed properly: see gerrit #12792.

    • Summary
      -svn 1.9 doesn't work out of the box on c7 
      +SVN doesn't work out of the box on C7 when Python 2.7 SCLO is installed