info-cvs
[Top][All Lists]
Advanced

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

Re: General newbie question about configuration control of items externa


From: Greg A. Woods
Subject: Re: General newbie question about configuration control of items external to (but required by) projects
Date: Thu, 21 Feb 2002 13:15:57 -0500 (EST)

[ On Thursday, February 21, 2002 at 10:41:10 (GMT), Schlitz wrote: ]
> Subject: General newbie question about configuration control of items 
> external to (but required by) projects
>
> I was wondering if anyone with experience in CM using CVS could share
> opinions/tips/"best practices" on storing the following in version control:
> -App Servers
> -Compilers
> -JDK and other language distributions...
> -other 3rd party apps/etc...

For very important projects I've either built my build system in such a
way that it only worked if the correct tools were installed on the build
host.  For less important projects I've simply kept a manifest of tools
in the version controlled text internals documentation for the project.

For all other projects I use GNU Autoconf et al and don't really care
what tools are used to build it.

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <address@hidden>;  <address@hidden>;  <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>



reply via email to

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