[or-cvs] [thandy/master] Update howto to reflect svn->git conversion some more.

Sebastian Hahn sebastian at torproject.org
Thu Mar 19 17:57:47 UTC 2009


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 files 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
-- 
1.5.6.5



More information about the tor-commits mailing list