pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: sevan
Date: Fri May 3 10:35:37 UTC 2019
Modified Files:
pkgsrc/doc/guide/files: getting.xml
Log Message:
Drop the use of compression in CVS.
"Do not use the cvs `-z` flag. The data stream gets out of sync,
leading to corruption on the client, or causing the client to hang
completely."
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/doc/guide/files/getting.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/getting.xml
diff -u pkgsrc/doc/guide/files/getting.xml:1.36 pkgsrc/doc/guide/files/getting.xml:1.37
--- pkgsrc/doc/guide/files/getting.xml:1.36 Wed Apr 3 14:41:24 2019
+++ pkgsrc/doc/guide/files/getting.xml Fri May 3 10:35:37 2019
@@ -1,4 +1,4 @@
-<!-- $NetBSD: getting.xml,v 1.36 2019/04/03 14:41:24 sevan Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.37 2019/05/03 10:35:37 sevan Exp $ -->
<chapter id="getting">
<title>Where to get pkgsrc and how to keep it up-to-date</title>
@@ -129,7 +129,7 @@ export CVS_RSH
<programlisting>
# recommended CVS configuration file from the pkgsrc guide
-cvs -q -z2
+cvs -q
checkout -P
update -dP
diff -upN
Home |
Main Index |
Thread Index |
Old Index