pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Drop the use of compression in CVS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6860a4cebcf
branches: trunk
changeset: 333259:a6860a4cebcf
user: sevan <sevan%pkgsrc.org@localhost>
date: Fri May 03 10:35:37 2019 +0000
description:
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."
diffstat:
doc/guide/files/getting.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d97ea8c1a042 -r a6860a4cebcf doc/guide/files/getting.xml
--- a/doc/guide/files/getting.xml Fri May 03 08:46:58 2019 +0000
+++ b/doc/guide/files/getting.xml Fri May 03 10:35:37 2019 +0000
@@ -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 @@
<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