Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Drochak <nickd@mono-cvs.ximian.com>2001-08-23 01:26:35 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2001-08-23 01:26:35 +0400
commita026988bb83e90ca31865965233e22a2f7e4e6dd (patch)
treea799b9843ba8edc219a23a20fccbe1a24b6f38ba
parent409bb35a336137e84b8a42e57ff575966e5c507d (diff)
2001-08-23 Nick Drochak <ndrochak@gol.com>
* ccvs: added '-Pd' to the cvs update command with an explanation svn path=/trunk/mono/; revision=571
-rw-r--r--doc/ccvs7
-rw-r--r--web/ccvs7
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/ccvs b/doc/ccvs
index c1187d980ef..b67e8dc0c5b 100644
--- a/doc/ccvs
+++ b/doc/ccvs
@@ -44,9 +44,14 @@
updated sources, use:
<pre>
- cvs -z3 update mcs mono
+ cvs -z3 update -Pd mcs mono
</pre>
+ Note: The '-z3' enables compression for the whole cvs action.
+ The '-Pd' makes the update operation (P)rune directories that
+ have been deleted and get new (d)irectories added to the
+ repository.
+
** Making patches
Usually you will want to make a patch to contribute, and let
diff --git a/web/ccvs b/web/ccvs
index c1187d980ef..b67e8dc0c5b 100644
--- a/web/ccvs
+++ b/web/ccvs
@@ -44,9 +44,14 @@
updated sources, use:
<pre>
- cvs -z3 update mcs mono
+ cvs -z3 update -Pd mcs mono
</pre>
+ Note: The '-z3' enables compression for the whole cvs action.
+ The '-Pd' makes the update operation (P)rune directories that
+ have been deleted and get new (d)irectories added to the
+ repository.
+
** Making patches
Usually you will want to make a patch to contribute, and let