Skip to content

Instantly share code, notes, and snippets.

@lamguy
Created October 10, 2011 22:11
Show Gist options
  • Save lamguy/1276729 to your computer and use it in GitHub Desktop.
Save lamguy/1276729 to your computer and use it in GitHub Desktop.
Move entirely your subversion repository to another repository with svnsync
# Step 1: setup the initial sync
svnsync init DETINATION_REPO SOURCE_REPO --source-username sousername --sync-username syusername
#Step 2: Issue the sync command
svnsync sync DETINATION_REPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment