Added 'How to port Mono' document.
[mono.git] / doc / ccvs
index c1187d980efc3b58304d036f425cf003199c866b..b67e8dc0c5b47a875292b893be9ccbe007008bd3 100644 (file)
--- a/doc/ccvs
+++ b/doc/ccvs
        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