From: Joey Hess Date: Thu, 11 Oct 2007 22:26:03 +0000 (-0400) Subject: improve home directory checkout command X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/f44a682a86fc0654136fec66cb52ca136bad6c01?ds=sidebyside improve home directory checkout command --- diff --git a/mrconfig b/mrconfig index b7394d4..c86c936 100644 --- a/mrconfig +++ b/mrconfig @@ -53,6 +53,6 @@ skip = ! mylaptop || ! wantsrc # My home directory, which I keep in svn. [] -checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey +checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) $HOME # run svnfix after each update update = svn update && svnfix