info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

checkout problem with branch


From: sjaditz
Subject: checkout problem with branch
Date: 14 Oct 2005 16:46:21 -0700
User-agent: G2/0.2

Hi,
I tried to add a file to a branch.  It seems to work, the sticky tag is
set correctly, but when I try to checkout the branch later this file is
not included in the checkout (CVS 1.11.1p1).  In summary:

cvs add myfile
cvs commit -r mybranch myfile
cvs status myfile (indicates correct sticky tag)
cd;
cvs co -r mybranch -d dummy myproj (fails to checkout my added file)
BUT in the correct directory I can do:
cvs update -r mybranch myfile (retrieves my file properly)

What am I doing wrong?  Thanks,
Steve



reply via email to

[Prev in Thread] Current Thread [Next in Thread]