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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:19:36+00:00 2026-05-13T11:19:36+00:00

I dumped my repository svnadmin dump repos > repos.dump then I loaded it on

  • 0

I dumped my repository

svnadmin dump repos > repos.dump

then I loaded it on the new machine

svnadmin load newrepos < repos.dump

and when finished the new repository is missing the last few hundred revisions.

Can I inspect repos.dump to see if it is missing the revisions? Can I dump the missing revisions and load them onto the new repository? Or, do I have to start over from scratch.

Starting from scratch would be a pain since the repository is 3GB and I have to grab it across the Internet at moderately low speeds!

EDIT: SOLVED – OPERATOR ERROR!

So, I forgot that I had already migrated the repository once (from account1 to account2) and and I never removed the account1 repository. I have a bash function to quickly ssh into my remote accounts and it logs me into account1 by default (which I wasn’t thinking about) and since I saw the repository I figured everything was fine and hence sent the dump to account3 (again using an alias so that I didn’t notice that I was in the wrong account).

Now, I’m going about putting the username for the account in bright red in the terminal, and I’m caching old repositories rather than letting them lie around. And, I’m taking out the default user aspect of my profile hack.

But, I was able to use --incremental to transfer the missing revisions to the new location. So, all the advice still helped.

  • 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-13T11:19:37+00:00Added an answer on May 13, 2026 at 11:19 am

    I would guess that your dump is larger than 4 GB (as dumps aren’t saved with deltas by default, so they may be much bigger than the repo), and some step of the process of transferring the dump truncated to 4 GB, which is the maximum file size on some filesystems (and possibly in some protocols as well). It’s also possible that some step of the process could be truncating it at 2 GB, depending on the file transfer method you’re using.

    You can check by inspecting the file; it should have revision numbers in it, and you can see how high they go.

    Instead of starting the whole process over again, you can use the --incremental option to svnadmin dump to produce an incremental dump, starting with the last good revision you loaded into the new repo. Loading an incremental dump into an existing repository should work fine. You would do something like

    svnadmin dump --incremental -r 1234:HEAD > repos.2.dump
    # Transfer to new system
    svnadmin load < repos.2.dump
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a load of images being pulled from Wordpress attachments and then dumped
In my gallery app, I asynchronously load images frequently, which are dumped into the
I have tons of files dumped into a few different folders. I've tried organizing
I have a folder in which continuously new files are being dumped.In Java,what is
I am just restoring a database which I dumped few minutes back to make
I have dumped a database using phpmyadmin and had 390MB and then imported it
I have dumped my repository on my old computer to a file with the
I have dumped the following XML structure. $VAR1 = { 'events' => {}, 'docvalues'
I've just been dumped into the middle of a SAP project and I need
I've dumped a mongodb database with the following mongodump command line mongodump -h www.myhost.com

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.