From 539eef6f2841377b6daa5d805ebb614d5df956fa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 10 Dec 2003 12:08:20 +0000 Subject: update website --- docs/busybox.net/cvs_howto.html | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/busybox.net/cvs_howto.html (limited to 'docs/busybox.net/cvs_howto.html') diff --git a/docs/busybox.net/cvs_howto.html b/docs/busybox.net/cvs_howto.html new file mode 100644 index 0000000..cff3a35 --- /dev/null +++ b/docs/busybox.net/cvs_howto.html @@ -0,0 +1,44 @@ + + + +
+For the impatient, the following is probably about all you need to know: +
+ +
cvs checkout -c+
cvs checkout < module name >+
cvs co < module name >+
cvs update+ +
cvs up+
cvs update < file name >+
cvs commit+
cvs add < file name >+ +
cvs remove < file name >+
cvs rm < file name >+
cvs log < file name >+