Skip to content

Instantly share code, notes, and snippets.

@gaeljw
Last active March 7, 2018 08:01
Show Gist options
  • Save gaeljw/3aa7468ac710851ec64ea61b7685b8a8 to your computer and use it in GitHub Desktop.
Save gaeljw/3aa7468ac710851ec64ea61b7685b8a8 to your computer and use it in GitHub Desktop.
Commandes utiles SVN
# Export/Import
# Important : limiter la taille pour éviter les mauvaises surprises...
svnrdump dump --incremental -r150:159 https://old.svn.com > repos150-159.dump
svnrdump load https://new.svn.com < repos128-149.dump
# Supprimer un lock éventuel
svn propdel svn:rdump-lock --revprop -r0 https://svn.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment