summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-06-21 11:57:03 +0000
committerhubertf <hubertf@pkgsrc.org>2001-06-21 11:57:03 +0000
commit3344de1011009ab300be382e8c55aea9ac19924e (patch)
tree59b39e0f0f3e8a7f52bd435df7045e82896817e3 /Packages.txt
parent7002cca8ae10a28edd2777da6d1eb18fb93ae22e (diff)
downloadpkgsrc-3344de1011009ab300be382e8c55aea9ac19924e.tar.gz
- remove empty directories (-P) after the initial checkout
- show only changes (-q), checkout added directories (-d) and remove empty directories (-P) in the following updates Sent in by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 13253.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Packages.txt b/Packages.txt
index 76c69d6c8fc..97fc1e433e4 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.163 2001/06/19 20:55:01 jlam Exp $
+# $NetBSD: Packages.txt,v 1.164 2001/06/21 11:57:03 hubertf Exp $
###########################################################################
==========================
@@ -198,14 +198,14 @@ To do an initial (full) checkout of pkgsrc, do the following steps:
% setenv CVSROOT anoncvs@anoncvs.netbsd.org:/cvsroot
% setenv CVS_RSH ssh
% cd /usr
- % cvs checkout pkgsrc
+ % cvs checkout -P pkgsrc
This will create the "pkgsrc" directory in your /usr, and all the package
source will be stored under /usr/pkgsrc. To update pkgsrc after the initial
checkout, make sure you have CVS_RSH set as above, then do:
% cd /usr/pkgsrc
- % cvs update
+ % cvs -q update -dP
2.3 Fetching distfiles