Whitlock, Ginger writes: > > Might someone help me with an error I'm receiving with attempting to lock a > branch in CVS?
CVS doesn't support locking branches, only revisions. > I receive an error complaining that my branch is absent: > > cvs admin: > /opt/cvs/customer1/software/src/com/gers/sales/order/persist/OrderDaoFactory > .java,v: branch customer1-0_5C1_00E absent > > running cvs log to verify the branch exists : > > customer1-0_5C1_00E: 1.11.0.2 That only verifies that the branch *tag* exists. The error message you're getting is that revision 1.11.0.2 doesn't exist (and, being a magic branch revision, there *shouldn't* be a revision with that number). -Larry Jones Mom must've put my cape in the wrong drawer. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
