aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-02-08 11:26:05 -0800
committerGuy Harris <guy@alum.mit.edu>2010-02-08 11:26:05 -0800
commit6d2fcdfaa1b3edefea28f216887b1891925beb19 (patch)
treeb03031817cef74fa10f2b3687577b0201c648580
parenta6942e75968bb0915c598667bf4d3c0d17e728d9 (diff)
Again, we're using Git now.
-rw-r--r--README6
-rw-r--r--README.Win322
-rw-r--r--TODO2
3 files changed, 4 insertions, 6 deletions
diff --git a/README b/README
index 60ca8d7..47944d7 100644
--- a/README
+++ b/README
@@ -7,10 +7,8 @@ www.tcpdump.org
Please send inquiries/comments/reports to:
tcpdump-workers@lists.tcpdump.org
-Anonymous CVS is available via:
- cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master login
- (password "anoncvs")
- cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master checkout libpcap
+Anonymous Git is available via:
+ git clone git://bpf.tcpdump.org/libpcap
Version 1.x.y of LIBPCAP can be retrieved with the CVS tag "libpcap_1_{x}rel{y}":
cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master checkout -r libpcap_1_{x}rel{y} libpcap
diff --git a/README.Win32 b/README.Win32
index 3116d5e..503836e 100644
--- a/README.Win32
+++ b/README.Win32
@@ -21,7 +21,7 @@ The WinPcap source code already contains a recent (usually the latest
stable) version of libpcap. If you need to compile a different one,
simply download it from www.tcpdump.org and copy the sources in the
winpcap\wpcap\libpcap folder of the WinPcap distribution. If you want to
-compile a libpcap source retrieved from the tcpdump.org CVS, you will
+compile a libpcap source retrieved from the tcpdump.org Git, you will
have to create the scanner and the grammar by hand (with lex and yacc)
or with the cygnus makefile, since The Visual Studio project is not able
to build them.
diff --git a/TODO b/TODO
index 3de4530..73325e1 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,7 @@ Important stuff (to be done before the next release)
General
-- configure should not be in the CVS. Most open source projects have an
+- configure should not be in Git. Most open source projects have an
autogen.sh script to run autoconf etc. after checkout. I think we
should stick to the standard.