Results 1 to 5 of 5

Thread: Unable to open the requested SVN filesystem

  1. #1
    Join Date
    Mar 2010
    Posts
    71

    Unable to open the requested SVN filesystem

    Hello guys,

    I am trying to configure subversion on a CentOS server which is running on Apache2 server.I have such type of statement in the httpd.conf files :

    Code:
    <Location /repos>
    DAV svn
    SVNPath /home/repos
    </Location>
    How,It would be solved at operating system level or any thing is needed upon the configuration of network.Please suggest me the proper solution for such type of problem.

  2. #2
    Join Date
    Jan 2006
    Posts
    3,792

    Unable to open the requested SVN filesystem

    You need to use the existing utility and provided way to manage this type of situation. Just create a new repository named as svnadmin under the following path :

    /home/admin


    And restarted the httpd daemon, The relevant utility /home/repos contains both the owner and group ownership,just configure it with the 'apache' and one more thing set the chmod with the following permission 777.Let's see what happened.
    Last edited by Big Fish; 20-03-2010 at 07:31 PM.

  3. #3
    Join Date
    Mar 2010
    Posts
    71

    Unable to open the requested SVN filesystem

    I have tried all these things that you have suggested but not getting any solution like that.In case,if is specify as file:///home/repos then it performing well but if I use this approach through the URL as following :

    http://domain.com/repos

    Then,it is generating such error -

    Code:
    svn: PROPFIND request failed on '/repos/repository'
    svn: Could not open the requested SVN filesystem
    Please try to solve this and have any more idea then let me know!!!

  4. #4
    Join Date
    May 2008
    Posts
    2,945

    Unable to open the requested SVN filesystem

    Hello buddy,

    If you have done all these things then you need to check your all the configuration that you have configured for the server management. And you have created a new repository according to the suggestion of Big fish with as svnadmin under the /home/admin directory of the system. After creating the repository within [/home/admin ] path,you need to change the SVNPath parameter with the allocation of created directory and be sure you load the different modules required by the apache like mod_dav.so, mod_dav_svn.so, mod_authz_svn.so

    Thanks & regards.

  5. #5
    Join Date
    Feb 2008
    Posts
    2,635

    Unable to open the requested SVN filesystem

    Just be sure about the configuration and activation of modules required for the Apache server.If the module has been loaded perfectly then there may be the possibility of errors from the justified statement.The include statement configured in the httpd.conf file which is being used to load the different modules. You can execute the following command to get the list of loaded modules.

    Code:
    httpd -M
    This command would help you to get the list of loaded modules.

Similar Threads

  1. Replies: 9
    Last Post: 10-09-2011, 11:10 PM
  2. Replies: 7
    Last Post: 22-08-2011, 10:47 AM
  3. Replies: 5
    Last Post: 15-05-2011, 07:43 PM
  4. The requested operation cannot be performed on a file with a user-mappedsection open.
    By richard_shaddinger@harte-hanks.com in forum Windows Server Help
    Replies: 9
    Last Post: 20-07-2008, 11:50 PM
  5. Replies: 2
    Last Post: 20-04-2007, 07:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,168,374.05027 seconds with 16 queries