info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Directory structure


From: Jim.Hyslop
Subject: RE: Directory structure
Date: Tue, 11 May 2004 09:42:08 -0400

Irving Kimura wrote:
> I'm a very green CVS newbie.  What is the recommended directory
> structure for a project under CVS control?
What would you like your directory structure to be?

CVS doesn't force or require a particular way of storing things. CVS simply
records the directory structure you create, so that at some later date, you
can re-create that snapshot exactly.

> When I code, usually the main directory I work on is littered with
> temporary files, one-time throwaway scripts, and the like.  I don't
> want to have to commit all these secondary these files to the
> repository.
Then don't. If they're throwaway files, then just throw them away. Like any
clutter, don't let it accumulate - get rid of the cruft regularly. 'cvs -nq
update' will show you a list of the files CVS doesn't know about.

> NOTE: In my address everything before the period is backwards.
In that case, my reply is going only to the list.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. (http://www.leitch.com)
Columnist, C/C++ Users Journal (http://www.cuj.com/experts)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]