From: Joey Hess Date: Thu, 11 Oct 2007 04:09:13 +0000 (-0400) Subject: simply my svn-homedir example X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/4c995a35a7b29b1b73ac2fa90aeb783a1fccc6b8?ds=inline simply my svn-homedir example --- diff --git a/mrconfig b/mrconfig index aff6a91..d1e7a46 100644 --- a/mrconfig +++ b/mrconfig @@ -19,7 +19,4 @@ update = git pull origin master && git pull kite sourcev3 # My home directory, which I keep in svn. [] -# Since I have a lot of different branches for different machines, -# the checkout procedure is manual. -checkout = echo "run svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home- ."; \ - exit 1 +checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey