X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/018eb2460e7f08a067c3faf1328d95b3cd9a5185..0c6bf1b6942db440d4296147175d481d60c27cd4:/mrconfig diff --git a/mrconfig b/mrconfig index 02b7893..5635ec0 100644 --- a/mrconfig +++ b/mrconfig @@ -23,3 +23,7 @@ commit = git push kite checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey # run svnfix after each update update = svn update && svnfix + +# Teach mr how to run svn cleanup. +[default] +cleanup = if [ -d .svn ]; then svn cleanup ; fi