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 6007827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:44:17+00:00 2026-05-23T01:44:17+00:00

I have problem with my own Subversion repository. It worked yesterday. But I received

  • 0

I have problem with my own Subversion repository. It worked yesterday. But I received an error when I was adding new file today:

svn: Repository moved temporarily to ‘main’; please relocate

List of my actions:

  1. /home/user/test# svn checkout https://website.biz/repo/siteweb.com

    OK

  2. /home/user/test/siteweb.com/trunk# touch 1.txt

    OK

  3. /home/user/test/siteweb.com/trunk# svn add 1.txt

  4. /home/user/test/siteweb.com/trunk# svn -m "adding 1.txt " commit

    Adding         trunk/1.txt
    
    svn: Commit failed (details follow):
    svn: Repository moved temporarily to 'main'; please relocate
    svn: Repository moved temporarily to 'main'; please relocate
    

What is this, how do I fix this?

  • 1 1 Answer
  • 1 View
  • 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. Editorial Team
    Editorial Team
    2026-05-23T01:44:17+00:00Added an answer on May 23, 2026 at 1:44 am

    svn: Repository moved temporarily to ‘something’; please relocate

    It is a lame misconfiguration issue! You probably use dav_svn module to access your SVN repository. And there is global redirection on the ErrorDocument directive in your web server config. You should override this setting for the SVN repository section in the dav_svn config.

    Edit the following file: /etc/apache2/mods-enabled/dav_svn.conf, add the directive "ErrorDocument 404 default" between Location lines. It does the trick. My config can be an example for you:

    <Location /svn>
      DAV svn
      SVNPath /var/svn-repos/svn
      AuthType Basic
      AuthName "Subversion Repository"
      AuthUserFile /etc/apache2/dav_svn.passwd
      Require valid-user
      SSLRequireSSL
      ErrorDocument 404 default
    </Location>
    

    And reload the web server config with the following command:

    /etc/init.d/apache2 reload
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have strange problem. I have own remote repository and upload their plugin. Then
I have a problem I tried solving on my own, but didn't get far
I got my own custom font working in Java, but I have one problem,
I have problem to put my own Javascript in a separate file and use
I have a problem trying to register my own Event/Listener to the event dispatcher.
I have a problem with CSS3 property for using my own fonts @font-face. In
I have the next problem: TabControl has three TabPages. Every TabPage has its own
i have a big Joomla 1.5 Problem. I'll create my own Gallery Component/PlugIn and
I have such problem: I have 2 custom components, which have their own nesting
i have problem with build my own webservice based on cxf/camel. My webservice should

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.