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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:16:36+00:00 2026-05-16T20:16:36+00:00

We have some server with VisualSVN free service. Because we want to make some

  • 0

We have some server with VisualSVN free service. Because we want to make some space on it, I determined to merge some old projects’ revisions. They are not used anymore (the old revs.).

To test this I created a local visualsvn server on Win7 machine.
I created a repository project named “test”, and some python tool that call the svnadmin as needed.

I commited a text file with 5 of revisions.

Dump, I save this project:

E:\Repository_Saver>dump.py
c:\Program Files (x86)\VisualSVN Server\bin\svnadmin.exe dump e:\Repositories\te
st -r 5 >E:\Repository_Saver\test.dump
* Dumped revision 5.

Restore to this project (without delete it). I got error:

E:\Repository_Saver>restore.py
c:\Program Files (x86)\VisualSVN Server\bin\svnadmin.exe load e:\Repositories\te
st --ignore-uuid
<<< Started new transaction, based on original revision 5
     * adding path : trunk ...svnadmin: File already exists: filesystem 'e:\Repo
sitories\test\db', transaction '5-6', path 'trunk'

I created a new project dir with VisualSVN, and I tried to restore the dump:

E:\Repository_Saver>restore.py
c:\Program Files (x86)\VisualSVN Server\bin\svnadmin.exe load e:\Repositories\te
st2vs --ignore-uuid
<<< Started new transaction, based on original revision 5
     * adding path : trunk ...svnadmin: File already exists: filesystem 'e:\Repo
sitories\test2vs\db', transaction '1-1', path 'trunk'

I tried to restore into a nonexistent project dir:

E:\Repository_Saver>restore.py
c:\Program Files (x86)\VisualSVN Server\bin\svnadmin.exe load e:\Repositories\te
st2notexists --ignore-uuid
svnadmin: Can't open file 'e:\Repositories\test2notexists\format': A rendszer ne
m találja a megadott elérési utat.
(The system not found the path)

I created a test2 project with svnadmin only. Try to restore here:

E:\Repository_Saver>restore.py
c:\Program Files (x86)\VisualSVN Server\bin\svnadmin.exe load --ignore-uuid e:\R
epositories\test2
<<< Started new transaction, based on original revision 5
     * adding path : trunk ... done.
     * adding path : trunk/akarmi.txt ...svnadmin: Checksum mismatch, file '/tru
nk/akarmi.txt':
   expected:  c8f86f8733e4cb120d475cfd118bd93a
     actual:  94bed0edc96af1cc6f87cb19ec81ef9e

With forcing:

E:\Repository_Saver>restore.py
c:\Program Files (x86)\VisualSVN Server\bin\svnadmin.exe load --force-uuid e:\Re
positories\test2
<<< Started new transaction, based on original revision 5
     * adding path : trunk ... done.
     * adding path : trunk/akarmi.txt ...svnadmin: Checksum mismatch, file '/tru
nk/akarmi.txt':
   expected:  c8f86f8733e4cb120d475cfd118bd93a
     actual:  94bed0edc96af1cc6f87cb19ec81ef9e

So that is the list of my tryings. I cannot restore the dump to anywhere.
But this needed to I can merge revisions.

What I do wrong? What I need to do?

This local machine is Win7/x64, with VisualSVN Free.
But I tried with these operations also in Win2k3, and I also got these errors.

THanks for every idea, help, link, trying…

dd

  • 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-16T20:16:36+00:00Added an answer on May 16, 2026 at 8:16 pm

    I think I found a solution. I simplified the code of the create/dump/load to this:

    — create —

    "c:\Program Files\VisualSVN Server\bin\svnadmin.exe" create %1
    

    — dump —

    "c:\Program Files\VisualSVN Server\bin\svnadmin.exe" dump -r%2 %1 >%1.dump
    

    — load —

    "c:\Program Files\VisualSVN Server\bin\svnadmin.exe" load %1 <%2.dump
    

    usage:

    The new, merged repos.

    create project_merged
    

    Dump with last rev. what is 39

    dump project_original 39 
    

    Load the dump file into new repos.

    load project_merged project_original
    

    Important: the dumped file must be unopened before load!
    I everytime made this mistake that I opened it (to see the content).

    The GUI repository “creating” is not working with load. VisualSVN is make some plus files… 🙁

    Thanks:
    dd

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

Sidebar

Related Questions

I have some dynamically created inputs which are not server-side controls. I want to
I have some txt files on my server and i want to read the
My Predicament: I have some things on my server that I want to connect
I have some .NET remoting code where a factory method, implemented in some server
We have some SQL server reporting services reports. I didn't write then but I
I have some content from server using $.ajax() function. I try to replace some
I have some path c:\server\folderName1\another name\something\another folder\ . How i can extract from there
I have a Client/Server application, where the Client and Server have some common tables
I have some reports in SQL Server Reporting Services 2005 that I need to
I have some forms that communicate with server using AJAX for real reasons: cascade

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.