From owner-freebsd-questions@freebsd.org Thu Sep 29 01:24:32 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCC25C00950 for ; Thu, 29 Sep 2016 01:24:32 +0000 (UTC) (envelope-from doug@mail.sermon-archive.info) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id C6D61966 for ; Thu, 29 Sep 2016 01:24:32 +0000 (UTC) (envelope-from doug@mail.sermon-archive.info) Received: from [10.0.1.4] (unknown [71.177.216.148]) by zoom.lafn.org (Postfix) with ESMTPSA id D45A034AA19 for ; Wed, 28 Sep 2016 18:06:44 -0700 (PDT) From: Doug Hardie Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: cvs Message-Id: <6470061F-3127-4CD8-BB14-EB46D46B0BF1@mail.sermon-archive.info> Date: Wed, 28 Sep 2016 18:06:43 -0700 To: FreeBSD Questions X-Mailer: Apple Mail (2.3226) X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 01:24:33 -0000 I am using cvs for a number of projects and have been digging through = the documentation, but not figuring out how to do what I need. There = are multiple files in each project. All are entered into cvs and are = updated fairly often. Some of the revision numbers are over 100. All I = have done is commits to the files so far. =20 I need to be able to identify the files in a specific version. For = example on some date, I need to say all the current files belong to = version x. Later another version x+1 and so forth. I also need to be = able to pull out all the file from version x. I suspect there is an = easy way to do this, but it has escaped me so far. =E2=80=94 Doug