From owner-freebsd-hackers Mon Jun 24 21:21:25 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id 1E3CA37B446 for ; Mon, 24 Jun 2002 21:20:37 -0700 (PDT) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g5P4KZn86880 for ; Tue, 25 Jun 2002 13:20:35 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 116 From: Makoto Matsushita To: hackers@FreeBSD.org Subject: cvs(1) bug? with cvs update -rX -DY Date: Tue, 25 Jun 2002 13:20:20 +0900 Message-Id: <20020625132020U.matusita@jp.FreeBSD.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I found a strange behavior of cvs (see sample session below). Checking out the source codes seems OK, but when I update the codes with -r and -D options, source codes are disappeared. cvs update with -r option only is OK for me. Is it a bug, or just my misunderstandings of cvs behavior? -- - Makoto `MAR' Matsushita % mkdir /tmp/demo % cd /tmp/demo % cvs -R -d /home/ncvs checkout -rRELENG_4 src/contrib/lukemftpd cvs checkout: Updating src/contrib/lukemftpd U src/contrib/lukemftpd/COPYING U src/contrib/lukemftpd/ChangeLog U src/contrib/lukemftpd/INSTALL U src/contrib/lukemftpd/Makefile.in U src/contrib/lukemftpd/NEWS U src/contrib/lukemftpd/README U src/contrib/lukemftpd/THANKS U src/contrib/lukemftpd/acconfig.h U src/contrib/lukemftpd/aclocal.m4 U src/contrib/lukemftpd/config.h.in U src/contrib/lukemftpd/configure U src/contrib/lukemftpd/configure.in U src/contrib/lukemftpd/install-sh U src/contrib/lukemftpd/lukemftpd.h U src/contrib/lukemftpd/todo cvs checkout: Updating src/contrib/lukemftpd/src U src/contrib/lukemftpd/src/Makefile.in U src/contrib/lukemftpd/src/arpaftp.h U src/contrib/lukemftpd/src/cmds.c U src/contrib/lukemftpd/src/conf.c U src/contrib/lukemftpd/src/extern.h U src/contrib/lukemftpd/src/ftpcmd.y U src/contrib/lukemftpd/src/ftpd.8 U src/contrib/lukemftpd/src/ftpd.c U src/contrib/lukemftpd/src/ftpd.conf.5 U src/contrib/lukemftpd/src/ftpusers.5 U src/contrib/lukemftpd/src/logutmp.c U src/contrib/lukemftpd/src/logwtmp.c U src/contrib/lukemftpd/src/pathnames.h U src/contrib/lukemftpd/src/popen.c U src/contrib/lukemftpd/src/version.h % cd src/contrib/lukemftpd % cvs -R update -P -d -rRELENG_4 -D"Tue Jun 25 00:00:00 GMT 2002" cvs update: Updating . cvs update: COPYING is no longer in the repository cvs update: ChangeLog is no longer in the repository cvs update: INSTALL is no longer in the repository cvs update: Makefile.in is no longer in the repository cvs update: NEWS is no longer in the repository cvs update: README is no longer in the repository cvs update: THANKS is no longer in the repository cvs update: acconfig.h is no longer in the repository cvs update: aclocal.m4 is no longer in the repository cvs update: config.h.in is no longer in the repository cvs update: configure is no longer in the repository cvs update: configure.in is no longer in the repository cvs update: install-sh is no longer in the repository cvs update: lukemftpd.h is no longer in the repository cvs update: todo is no longer in the repository cvs update: Updating src cvs update: src/Makefile.in is no longer in the repository cvs update: src/arpaftp.h is no longer in the repository cvs update: src/cmds.c is no longer in the repository cvs update: src/conf.c is no longer in the repository cvs update: src/extern.h is no longer in the repository cvs update: src/ftpcmd.y is no longer in the repository cvs update: src/ftpd.8 is no longer in the repository cvs update: src/ftpd.c is no longer in the repository cvs update: src/ftpd.conf.5 is no longer in the repository cvs update: src/ftpusers.5 is no longer in the repository cvs update: src/logutmp.c is no longer in the repository cvs update: src/logwtmp.c is no longer in the repository cvs update: src/pathnames.h is no longer in the repository cvs update: src/popen.c is no longer in the repository cvs update: src/version.h is no longer in the repository % cvs -R update -P -d -rRELENG_4 cvs update: Updating . U COPYING U ChangeLog U INSTALL U Makefile.in U NEWS U README U THANKS U acconfig.h U aclocal.m4 U config.h.in U configure U configure.in U install-sh U lukemftpd.h U todo cvs update: Updating src U src/Makefile.in U src/arpaftp.h U src/cmds.c U src/conf.c U src/extern.h U src/ftpcmd.y U src/ftpd.8 U src/ftpd.c U src/ftpd.conf.5 U src/ftpusers.5 U src/logutmp.c U src/logwtmp.c U src/pathnames.h U src/popen.c U src/version.h % To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message