Announcement

Collapse
No announcement yet.

User dont have svn access under cagefs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • User dont have svn access under cagefs

    I have a user who need to have svn access but its denied when the user is cagefs enabled.

  • #2
    I have a user who cannot have access to svn while under cagefs. The user uses php 5.3.
    On disabling the cagefs for us, he is able to access it.
    The main php version is 5.4. I cannot have cagefs disabled for the user as his scripts need php 5.3.

    Please help me to enable svn for the user under cagefs.

    Here is what I get.
    -------------------

    On enabling the user under cagefs:

    =================
    user@server [~]# svn --version
    -bash: svn: command not found
    =================

    On disabling cagefs for the user:

    =================
    user@server [~]# svn --version
    svn, version 1.6.11 (r934486)
    compiled Mar 6 2014, 03:28:26

    Copyright (C) 2000-2009 CollabNet.
    Subversion is open source software, see http://subversion.tigris.org/
    This product includes software developed by CollabNet (http://www.Collab.Net/).

    The following repository access (RA) modules are available:

    * ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
    - handles http scheme
    - handles https scheme
    * ra_svn : Module for accessing a repository using the svn network protocol.
    - with Cyrus SASL authentication
    - handles svn scheme
    * ra_local : Module for accessing a repository on local disk.
    - handles file scheme

    =================

    Comment

    Working...
    X