Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created January 30, 2012 02:29
Show Gist options
  • Save byplayer/1702090 to your computer and use it in GitHub Desktop.
Save byplayer/1702090 to your computer and use it in GitHub Desktop.
svn backup (svnsync)
svn backup (svnsync)
svnadmin create test
edit hooks/pre-revprop-change
#!/bin/sh
exit 0
svnsync init file:///tmptmp/test http://svn.apache.org/repos/asf/subversion
svnsync sync file:///tmptmp/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment