Skip to content

Instantly share code, notes, and snippets.

@fordnox
Created July 27, 2012 12:31
Show Gist options
  • Save fordnox/3187682 to your computer and use it in GitHub Desktop.
Save fordnox/3187682 to your computer and use it in GitHub Desktop.
Restart svn server deamon
#!/bin/sh
killall -9 svnserve
svnserve -d -r /var/repositories/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment