From 73bec8e039efd4ed63a28a52375bb533eeea3ad9 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 19 Mar 2009 18:57:47 +0100 Subject: Update howto to reflect svn->git conversion some more. Make a shallow clone instead of doing an svn checkout. They are not 100% equivalent, but this is way faster than git archive over a slow network connection. --- doc/HOWTO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HOWTO b/doc/HOWTO index 270534b..a4f0416 100644 --- a/doc/HOWTO +++ b/doc/HOWTO @@ -264,8 +264,8 @@ thandy-server timestamp FROM THE CLIENT SIDE -------------------- -svn checkout https://svn.torproject.org/svn/updater/trunk updater -cd updater +git clone --depth 1 git://git.torproject.org/git/thandy +cd thandy make make test python setup.py install --prefix=/home/thandy/install -- cgit v1.2.3