•  
      request #7587 Browse SVN Tree ViewVC Issue on Centos 6.5
    Infos
    #7587
    Peter Struck (p3t3rstruck)
    2014-11-03 09:58
    2014-10-31 16:45
    7587
    Details
    Browse SVN Tree ViewVC Issue on Centos 6.5

    when i click on Browse SVN tree i get following issue:

    cfg = viewvc.load_config(CONF_PATHNAME, server) File "/usr/share/viewvc/lib/viewvc.py", line 3764, in load_config "a valid directory." % pp) debug.ViewVCException: ViewVC Unr

    I'm running 7.6.99.23 on a Centos 6.5 VM

     

     

     

    SCM/Subversion
    7.6
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2014-11-03
    Attachments
    httdp Error Log
    References
    References list is empty

    Follow-ups

    User avatar
    dylan bowden (dylan)2014-11-03 09:58
    very well. Thanks for the info.

    • Status changed from Acknowledged to Closed
    • Close date set to 2014-11-03
    User avatar
    dylan bowden (dylan)2014-11-03 09:03
    Hi, are you saying that changing the spacing in viewvc.conf solved the problem? If so, that's really odd because the first spacing is the "correct" one. The only reason I gave you the second spacing in my reply is because I didn't format the comment properly.
    User avatar
    last edited by: Peter Struck (p3t3rstruck) 2014-10-31 19:56

    i've double checked the /etc/tuleap/conf/viewvc.conf 

    my file:

    root_parents = /svnroot : svn,
                   /cvsroot : cvs

     

    and how it should be

    root_parents = /svnroot : svn,
    /cvsroot : cvs

     

    after that everything works fine, thank you soo much for quick assistance

     

    User avatar
    last edited by: Peter Struck (p3t3rstruck) 2014-10-31 18:27
    lrwxrwxrwx. 1 root root 23 31. Okt 18:04 /svnroot -> /var/lib/tuleap/svnroot
    lrwxrwxrwx. 1 root root 23 31. Okt 18:04 /cvsroot -> /var/lib/tuleap/cvsroot

    root_parents = /svnroot : svn,
    /cvsroot : cvs

    everything fine

    btw - i made a fresh install again with .24. Still same problem

    error_log in httpd; (attached)
    Unknown on line 0, referer: http://192.168.0.3/svn/viewvc.php/?roottype=svn&root=lsy
    User avatar
    dylan bowden (dylan)2014-10-31 17:26
    Ok, apparently I was wrong, new versions of Tuleap are released as soon as something is merged, not nightly as I had suggested.

    Your versions look ok. Can you try these and check that the output is the same:

    -bash-4.1# ll /svnroot
    lrwxrwxrwx. 1 root root 23 Jul 29 04:11 /svnroot -> /var/lib/tuleap/svnroot
    -bash-4.1# ll /cvsroot
    lrwxrwxrwx. 1 root root 23 Jul 29 04:11 /cvsroot -> /var/lib/tuleap/cvsroot


    and also at about line 100 of /etc/tuleap/conf/viewvc.conf can you confirm you have

    root_parents = /svnroot : svn,
    /cvsroot : cvs
    User avatar
    last edited by: Peter Struck (p3t3rstruck) 2014-10-31 17:26
    https://tuleap-documentation.readthedocs.org/en/latest/installation-guide/full-installation.html
    - yum install --enablerepo=rpmforge-extras tuleap-all (fresh install)

    python 2.6.6
    svn 1.6.11

    # yum list subversion
    Geladene Plugins: fastestmirror, refresh-packagekit
    Loading mirror speeds from cached hostfile
    * base: centos.copahost.com
    * epel: be.mirror.eurid.eu
    * extras: centos.copahost.com
    * updates: ftp-stud.fht-esslingen.de
    Installierte Pakete
    cbaseqa.lsgskychefs.com:8001
    subversion.x86_64 1.6.11-10.el6_5 @updates
    Verfügbare Pakete
    subversion.i686 1.6.11-10.el6_5 base

    Maybe i was between two dev cycles? Cause now i See the. 24noarch
    User avatar
    dylan bowden (dylan)2014-10-31 16:56
    Hi, thanks for the bug.

    That's strange, I'm running 7.6.99.24 locally but it hasn't been released yet (tonight). Last night's release was 7.6.99.18
    How did you install it? Is it an appliance or an update?

    Can you do a
    python --version

    and a
    svn --version

    Then a
    yum list 'subversion*'

    and report them back here.

    • Status changed from New to Acknowledged