Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 1998 00:04:57 -0600 (CST)
From:      "Lee Crites (AEI)" <leec@adam.adonai.net>
To:        bahwi@technologist.com
Cc:        questions@FreeBSD.ORG
Subject:   Re: (Newbie Question) About the CVSup files, with the ,v thing.
Message-ID:  <Pine.BSF.3.95.980219235916.11039H-100000@adam.adonai.net>
In-Reply-To: <199802200421.WAA06019@cs1.cityscope.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 19 Feb 1998, bahwi wrote:

=>How do I manipulate the files that end with     ,v

The file goo.c,v is the cvs controlled file for what was the
original file goo.c.  If you only have goo.c,v and want to work
with the actual code, you have to "check out" the code.  See the
man page for "co" (check-out).

The full description of this process is beyond this message, so
if you have more questions you can feel free to toss them my
direction.  However, to give you a quick answer, use the command:
    co -l goo.c
to check out the file goo.c from the goo.c,v file.  When you are
done with the changes, use the command:
    ci -l goo.c
to check the new version in.

Lee


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.980219235916.11039H-100000>