scott> You could simply pop up a couple directories and checkout the
scott> given tag and date over your existing checkout.  CVS is smart
scott> enough to notice that you've already got something checked out,
scott> and it will just update things.

matusita> It would be fine to me.  Thank you.

Hmm, my cvs(1) doesn't allow me to checkout.

% rm -rf src
% cvs -R -d /home/ncvs checkout -rRELENG_4 -D"Wed Jun 26 00:00:00 JST 2002" 
src/contrib/lukemftpd
cvs checkout: Updating src/contrib/lukemftpd
cvs checkout: Updating src/contrib/lukemftpd/src
% ls -R src/contrib/lukemftpd
CVS

src/contrib/lukemftpd/CVS:
Entries         Repository      Root            Tag
% 

Am I still wrong?  I want to checkout specific time of RELENG_4 branch
of source code.  Checkout other source code seems fine (see below),
but I cannot checkout lukemftpd...

% cvs -R -d /home/ncvs checkout -rRELENG_4 -D"Wed Jun 26 00:00:00 JST 2002" 
src/contrib/one-true-awk
cvs checkout: Updating src/contrib/one-true-awk
U src/contrib/one-true-awk/FIXES
U src/contrib/one-true-awk/FREEBSD-upgrade
U src/contrib/one-true-awk/README
U src/contrib/one-true-awk/awk.1
U src/contrib/one-true-awk/awk.h
U src/contrib/one-true-awk/awkgram.y
U src/contrib/one-true-awk/b.c
U src/contrib/one-true-awk/lex.c
U src/contrib/one-true-awk/lib.c
U src/contrib/one-true-awk/mac.code
U src/contrib/one-true-awk/main.c
U src/contrib/one-true-awk/makefile
U src/contrib/one-true-awk/maketab.c
U src/contrib/one-true-awk/parse.c
U src/contrib/one-true-awk/proctab.c
U src/contrib/one-true-awk/proto.h
U src/contrib/one-true-awk/run.c
U src/contrib/one-true-awk/tran.c
% grep FreeBSD: src/contrib/one-true-awk/*
src/contrib/one-true-awk/FREEBSD-upgrade:# $FreeBSD: 
src/contrib/one-true-awk/FREEBSD-upgrade,v 1.3.2.1 2002/06/21 20:09:40 obrien Exp $
% 

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to