Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 105947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:31:10+00:00 2026-05-11T01:31:10+00:00

Is this possible? I had troubles with SVN clients not being able to access

  • 0

Is this possible? I had troubles with SVN clients not being able to access the repository with the following error message:

Repository moved permanently to ‘http://svn.example.com/test/‘; please relocate

If I added the ‘/’ to the end of the path I was trying to access, it just strips it off again, and shows the same error message. My configuration file looks like:

<VirtualHost *>   ServerName svn.example.com   # Normal VirtualHost stuff here    <Location /svn>     # Uncomment this to enable the repository     DAV svn     SVNParentPath /some/path/to/repositories      # Setup mod_authz_svn, etc, etc here   </Location> </VirtualHost> 

Note: This works. But if I change the Location to just / it stops working again with the error above. Is it possible to use the root directory, or am I missing something here? Firefox displays the repository listing fine when serving the repositories out of the root.

As someone else pointed out, this only seems to be an issue inside named virtual hosts… Anyone have any smart ideas why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T01:31:11+00:00Added an answer on May 11, 2026 at 1:31 am

    The problem is that you are using the document root also as the repository root (I’m not blaming you, this should just work, but it doesn’t).

    Try pointing the DocumentRoot and SVNParentPath directives to different physical locations, so the resulting config file should look like this (abbreviated):

    <VirtualHost *:80>     DocumentRoot /home/svn.example.com/docroot      <Location />         SVNParentPath /home/svn.example.com/svnroot         SVNListParentPath on     </Location> </VirtualHost> 

    Also, as @Nigel Jewell says, remove that Rewrite block, for sanity.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not sure if this is easily possible, but would be really handy if
I've had immense trouble googling this, I guess I don't quite know the name
I have a set of structured data, that I'm trying to merge together, based
I'm having some trouble achieving my desired effect in an OpenGL ES app I'm
I have a database with tables that are chained together with foreign keys, and
Kind of a strange question, but here is my scenario: I have accidentally added
I have an .net 2.0 C# client app that has a web service reference
We have a fairly large MVC project with a large number of views and
My father has a small business and asked me to make him a quick
I am trying to do an enterprise application which need to list all the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.