Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2002 13:20:20 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        hackers@FreeBSD.org
Subject:   cvs(1) bug? with cvs update -rX -DY
Message-ID:  <20020625132020U.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020625132020U.matusita>