From owner-freebsd-newbies@FreeBSD.ORG Sat Oct 2 07:04:44 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FB2B16A4CE for ; Sat, 2 Oct 2004 07:04:44 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29A943D1F for ; Sat, 2 Oct 2004 07:04:43 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from nbritton.org (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with SMTP id <20041002070442i92007265oe>; Sat, 2 Oct 2004 07:04:43 +0000 Message-ID: <415E5305.9050804@nbritton.org> Date: Sat, 02 Oct 2004 02:04:37 -0500 From: Nikolas Britton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: robg References: <5c389d3b041001211056012a3f@mail.gmail.com> In-Reply-To: <5c389d3b041001211056012a3f@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: "$Id: index.html,v 1.46 2004/08/19 23:15:05 grog Exp $" ? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 07:04:44 -0000 robg wrote: >Hi: > >I see this at the end of a lot of documents: > >$Id: index.html,v 1.46 2004/08/19 23:15:05 grog Exp $ > >or something similar. How is that done? Is it done from a text >editor that just appends it by itself? How would I go about doign it? > >Thanks. > > > It's the check-in tag that is automaticly appended to a document when it is checked into a version management system. Check out subversion (SVN) if you want to get into version management, also FreeBSD has it's own built-in version management system called RCS. http://subversion.tigris.org/ http://www.onlamp.com/pub/a/bsd/2000/10/19/Big_Scary_Daemons.html http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/rcs/