[or-cvs] [torperf/master] Update measurement howto because of change to git

sebastian at torproject.org sebastian at torproject.org
Fri Sep 10 09:05:27 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Fri, 10 Sep 2010 10:56:22 +0200
Subject: Update measurement howto because of change to git
Commit: f34f306c5d6c0ea4dc0b292b66f719b9f10e0901

Also remove the $Id$ svnisms from all the files
---
 Makefile           |    1 -
 README             |    2 --
 measurements-HOWTO |    2 +-
 plot_results.R     |    1 -
 run_test.py        |    1 -
 trivsocks-client.c |    1 -
 util.c             |    1 -
 util.h             |    1 -
 8 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index a8b7699..e85b8d2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
 ### Copyright 2007 Steven J. Murdoch
 ### See LICENSE for licensing information
-### $Id$
 
 CC=gcc -Wall -Werror -ggdb
 R=R CMD BATCH --vanilla
diff --git a/README b/README
index 717d980..b1ecdcc 100644
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-$Id$
-
 A set of utilities for testing Tor performance. Currently they are
 unfinished and not documented.
 
diff --git a/measurements-HOWTO b/measurements-HOWTO
index c3e1978..3c6bf8a 100644
--- a/measurements-HOWTO
+++ b/measurements-HOWTO
@@ -31,7 +31,7 @@ own files instead.
 
 Check out and build torperf:
 
-$ svn co https://svn.torproject.org/svn/torperf/trunk ~/torperf
+$ git clone git://git.torproject.org/torperf ~/torperf
 $ cd ~/torperf
 $ make
 
diff --git a/plot_results.R b/plot_results.R
index d7f8318..ecd5795 100644
--- a/plot_results.R
+++ b/plot_results.R
@@ -1,6 +1,5 @@
 ### Copyright 2007 Steven J. Murdoch
 ### See LICENSE for licensing information
-### $Id$
 
 UFACTOR = 1e6
 
diff --git a/run_test.py b/run_test.py
index a2308a1..2b9bf5d 100755
--- a/run_test.py
+++ b/run_test.py
@@ -2,7 +2,6 @@
 
 ### Copyright 2007 Steven J. Murdoch
 ### See LICENSE for licensing information
-### $Id$
 
 import os
 import time
diff --git a/trivsocks-client.c b/trivsocks-client.c
index 37ea10a..1310ff9 100644
--- a/trivsocks-client.c
+++ b/trivsocks-client.c
@@ -1,7 +1,6 @@
 /* Copyright 2004-2007 Roger Dingledine, Nick Mathewson */
 /* Copyright 2007 Roger Dingledine, Nick Mathewson, Steven J. Murdoch */
 /* See LICENSE for licensing information */
-/* $Id$ */
 
 #include "util.h"
 
diff --git a/util.c b/util.c
index b0bf8dd..fdf7681 100644
--- a/util.c
+++ b/util.c
@@ -2,7 +2,6 @@
  * Copyright 2004-2007 Roger Dingledine, Nick Mathewson
  * Copyright 2007 Roger Dingledine, Nick Mathewson, Steven J. Murdoch */
 /* See LICENSE for licensing information */
-/* $Id$ */
 
 /**
  * Utility functions (based on src/common/util.c from Tor)
diff --git a/util.h b/util.h
index a87fa32..6da97ed 100644
--- a/util.h
+++ b/util.h
@@ -2,7 +2,6 @@
  * Copyright 2004-2007 Roger Dingledine, Nick Mathewson
  * Copyright 2007 Roger Dingledine, Nick Mathewson, Steven J. Murdoch */
 /* See LICENSE for licensing information */
-/* $Id$ */
 
 /**
  * Utility functions (based on src/common/util.h from Tor)
-- 
1.7.1



More information about the tor-commits mailing list