summaryrefslogtreecommitdiff
path: root/devel/cvs/pkg
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-10-18 03:31:15 +0000
committerhubertf <hubertf@pkgsrc.org>2000-10-18 03:31:15 +0000
commitabf252443f411589a2c201e5f955543cd6d814b8 (patch)
tree6628cfdac4f83cd36d0e7ddfa2e0b0a1eb9a2f92 /devel/cvs/pkg
parent8c5c757e9807d6c31bf27fe0ac081a1d522bde56 (diff)
downloadpkgsrc-abf252443f411589a2c201e5f955543cd6d814b8.tar.gz
Update to 1.11. Changes since 1.10:
* The new "cvs version" command gives a short version message. If the repository is remote, both the client and server versions are reported. * "cvs admin -t" now works correctly in client/server mode. * The "cvs history" command output format has changed -- the date now includes the year and is given is ISO 8601 format (yyyy-mm-dd). Also, the new LogHistory option in CVSROOT/config can be used to control what information gets recorded in the log file and code has been added to record file removals. * The buggy PreservePermissions code has been disabled. * Anonymous read-only access can now be done without requiring a password. On the server side, simply give that user (presumably `anonymous') an empty password in the CVSROOT/passwd file, and then any received password will authenticate successfully. * There is a new access method :fork: which is similar to :local: except that it is implemented via the CVS remote protocol, and thus has a somewhat different set of quirks and bugs. * The -d command line option no longer updates the CVS/Root file. For one thing, the CVS 1.9/1.10 behavior never had updated CVS/Root in subdirectories, and for another, it didn't seem that popular in general. So this change restores the CVS 1.8 behavior (which is also the CVS 1.9/1.10 behavior if the environment variable CVS_IGNORE_REMOTE_ROOT is set; with this change, CVS_IGNORE_REMOTE_ROOT no longer has any effect). * It is now possible for a single CVS command to recurse into several CVS roots. This includes roots which are located on several servers, or which are both remote and local. CVS will make connections to as many servers as necessary. * It is now possible to put the CVS lock files in a directory set by the new LockDir option in CVSROOT/config. The default continues to be to put the lock files in the repository itself.
Diffstat (limited to 'devel/cvs/pkg')
-rw-r--r--devel/cvs/pkg/PLIST18
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/cvs/pkg/PLIST b/devel/cvs/pkg/PLIST
index 740df397ef1..d10593384a8 100644
--- a/devel/cvs/pkg/PLIST
+++ b/devel/cvs/pkg/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 1999/02/11 19:17:29 tv Exp $
+@comment $NetBSD: PLIST,v 1.7 2000/10/18 03:31:17 hubertf Exp $
bin/cvs
bin/cvsbug
bin/rcs2log
-@unexec install-info --delete --info-dir=%D/info %D/info/cvs.info
-@unexec install-info --delete --info-dir=%D/info %D/info/cvsclient.info
+@unexec install-info --delete --info-dir=%D/info %D/info/cvs.info
info/cvs.info
+@exec install-info --info-dir=%D/info %D/info/cvs.info
info/cvs.info-1
info/cvs.info-2
info/cvs.info-3
@@ -14,18 +14,21 @@ info/cvs.info-6
info/cvs.info-7
info/cvs.info-8
info/cvs.info-9
+@unexec install-info --delete --info-dir=%D/info %D/info/cvsclient.info
info/cvsclient.info
+@exec install-info --info-dir=%D/info %D/info/cvsclient.info
info/cvsclient.info-1
info/cvsclient.info-2
info/cvsclient.info-3
-@exec install-info --info-dir=%D/info %D/info/cvs.info
-@exec install-info --info-dir=%D/info %D/info/cvsclient.info
+man/man1/cvs.1
+man/man5/cvs.5
+man/man8/cvsbug.8
share/cvs/contrib/README
share/cvs/contrib/clmerge
share/cvs/contrib/cln_hist
share/cvs/contrib/commit_prep
-share/cvs/contrib/cvs_acls
share/cvs/contrib/cvs2vendor
+share/cvs/contrib/cvs_acls
share/cvs/contrib/cvscheck
share/cvs/contrib/cvscheck.man
share/cvs/contrib/intro.doc
@@ -38,6 +41,3 @@ share/cvs/contrib/rcslock
share/cvs/contrib/sccs2rcs
@dirrm share/cvs/contrib
@dirrm share/cvs
-man/man1/cvs.1
-man/man5/cvs.5
-man/man8/cvsbug.8