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
  • 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. 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

CentOS 5.5 Subversion 1.4 httpd-2.2.3-43.el5.centos.3 I have the following repository structure I am created
We face currently the problem to allow people access to parts of a subversion
I am trying to check out a full subversion repository including all branches and
I recently began importing a number of our projects into a Subversion repository at
I was searching for dropbox alternatives with own server, but had no luck. iFolder
Hello I have a problem when grouping the OpenCV's functions in functions of my
CentOS 5.5 Subversion 1.4 httpd-2.2.3-43.el5.centos.3 I am trying to create multiple directories for each
I wrote my own settings manager, serialization is provided by BinaryFormatter. It is cool
The scene: A purchased web application, with regular updates from the vendor. We then,
Apparently my Android app isn't working as it should on Samsung Galaxy Tab. 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.