Last active
March 7, 2018 08:01
-
-
Save gaeljw/3aa7468ac710851ec64ea61b7685b8a8 to your computer and use it in GitHub Desktop.
Commandes utiles SVN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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