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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:40:40+00:00 2026-05-13T19:40:40+00:00

I am currently moving my SVN server from my home server to my remote

  • 0

I am currently moving my SVN server from my home server to my remote server so I can access it more easily from other locations.
My remote server is not backed up so I want to regularly back it up to my home server.

Remote server is Windows 2003 server. Home server is Windows Home Server.

What is the best way to do this? can I get my home server to get a dump of the remote server every night? Bandwidth isn’t a huge consideration but if I could just copy any new checkins to an SVN server on my home server that would be fine.

Any suggestions welcome.

  • 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-13T19:40:40+00:00Added an answer on May 13, 2026 at 7:40 pm

    Just use the svnsync command.

    First, create a fresh repository on your home machine.

    svnadmin create c:\backuprepo
    

    Or on Unix:

    svnadmin create ./backuprepo
    

    Next, create a file named pre-revprop-change.bat:

    echo exit 0 > c:\backuprepo\hooks\pre-revprop-change.bat
    

    Or on Unix:

    echo -ne '#!/bin/sh\nexit 0' > ./backuprepo/hooks/pre-revprop-change
    chmod ugo+x ./backuprepo/hooks/pre-revprop-change 
    

    then, initialize the sync:

    svnsync init file:///c:/backuprepo https://url/of/your/repository
    

    Or on Unix:

    svnsync init file:///Volumes/volumelabel/backuprepo https://url/of/your/repository
    

    After that, you can simply run

    svnsync sync file:///c:/backuprepo
    

    once a day or so, and you’ll get only those changes which are not yet in your backup repository. The first time it will take a while, but after you’ve synchronized your backup repository with the real one, it will only take a few seconds to sync it because only those revisions that are new need to be synched.

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

Sidebar

Related Questions

I'm currently moving from my development server to an Apache web production server. I've
I'm currently moving from symfony 1.4 using SVN to Symfony2 using Git. I am
Our team is currently in the process of moving from SVN to Git. We
I'm currently working with a remote svn server. However sometimes I have to work
I am currently considering moving from a svn/bugzilla system using scmbug to integrate the
I am currently moving my website from an existing web server to a new
I am currently moving code from my app_code folder to a class library. I
I'm part of a small development team and we are currently moving from a
I'm thinking of moving to SVN from mercurial because it seems simpler to maintain
I'm currently moving a website to a new server, whilst doing so i've noticed

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.