AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system


#Operatingsystems
#Opensource
#AIX
#AIX Open Source
 View Only
  • 1.  Can't create a subversion repository as non-root doesn't work

    Posted Wed April 05, 2023 03:23 PM


    When I try to create a repo as non-root it always fails.

    oslevel -s
    7200-05-03-2148

    HOST{root}[/]# rpm -qa |grep -i subversion
    subversion-1.10.8-1.ppc

    $ /opt/freeware/bin/svnadmin create --fs-type fsfs /home/XXXX/svn
    svnadmin: E000013: Repository creation failed
    svnadmin: E000013: Could not create top-level directory
    svnadmin: E000013: Can't create directory '/home/XXXX/svn': The file access permissions do not allow the specified action.


    I'm able to create a repo as non-root if I set the sticky bit to  chmod u+s  /opt/freeware/bin/svnadmin_64 

    here is the repo
    drwxr-xr-x    6 root     StaffUni        256 Apr 05 15:19 svn

    Is this is a bug or am I missing something.
    Vinny



    ------------------------------
    Vincenzo Giambalvo
    ------------------------------


  • 2.  RE: Can't create a subversion repository as non-root doesn't work

    Posted Mon April 10, 2023 02:17 PM

    NOTE: we have no issues with the previous version of subversion.
    subversion-1.9.7-2
    mod_dav_svn-1.9.7-2



    ------------------------------
    Vincenzo Giambalvo
    ------------------------------



  • 3.  RE: Can't create a subversion repository as non-root doesn't work

    Posted Tue April 11, 2023 07:02 AM

    Thanks for reporting this issue. We will look into it.



    ------------------------------
    Ayappan P
    ------------------------------