summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/client.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-11-14 09:47:53 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-11-14 09:47:53 +0000
commit4df1d752e6e0725b6404747dfde81baa24e7c3b9 (patch)
treeb596bb820721d2fc4e75a743f47597c4e82ffd58 /usr.bin/cvs/client.c
parent9dc03505e8965e51336ecaf16d7c2fda9a86b75d (diff)
Bring back version command. Still needs tweaks to make the
gnu cvs client<->opencvs server setup work. Rest works fine.
Diffstat (limited to 'usr.bin/cvs/client.c')
-rw-r--r--usr.bin/cvs/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/client.c b/usr.bin/cvs/client.c
index 9d59899eca5..b5d9f24f3e0 100644
--- a/usr.bin/cvs/client.c
+++ b/usr.bin/cvs/client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: client.c,v 1.22 2006/11/13 15:55:54 xsa Exp $ */
+/* $OpenBSD: client.c,v 1.23 2006/11/14 09:47:52 xsa Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -78,6 +78,7 @@ struct cvs_req cvs_requests[] = {
{ "import", 0, NULL, 0 },
{ "add", 0, cvs_server_add, 0 },
{ "remove", 0, cvs_server_remove, 0 },
+ { "version", 0, cvs_server_version, 0 },
{ "watch-on", 0, NULL, 0 },
{ "watch-off", 0, NULL, 0 },
{ "watch-add", 0, NULL, 0 },