Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2001 11:49:16 -0800
From:      Terry Lambert <tlambert2@mindspring.com>
To:        hawkeyd@visi.com
Cc:        hackers@freebsd.org
Subject:   Re: Q: What's the purpose of "Attic" in CVS?
Message-ID:  <3C1BA93C.D732C8C6@mindspring.com>
References:  <20011215131208.A39406@sheol.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
D J Hawkey Jr wrote:
> 
> Hello All.
> 
> The subject asks it all. Sorry if this is off-topic.

I won't answer the other questions because they were already
answered.  The subject question, though..


The "Attic" is the directory where deleted files are moved.

This is necessary, since a soruce code control system can be
used to create the current version of the software... or the
software from last month, where there used to be a seperate
"ftp.c" instead of "a magic Makefile"... or the software as
as it existed for the 3.1-RELEASE.

For this to work, it has to be able to access instances of
files which have been deleted or moved... so it looks in the
directory where the files should be, except in the "Attic"
subdirectory.

You should really read the CVS FAQ...

-- Terry

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C1BA93C.D732C8C6>