[ On Friday, January 18, 2002 at 08:41:22 (-0000), Alan Carter wrote: ]
> Subject: releasing software with cvs Q.
>
>     Is it possible to somehow tag files within a project such that when
> checking the files out they get installed in pre-specifide locations on the
> file system . I am not reffering to the -d option. I need to develope an
> automated release mechanism.

CVS is not a build system.

> I need this because files within certain projects do not live in the same
> tree.
>
> How can this be done?

With some kind of build process.  Write a script, makefile, or whatever,
and run it after you do your "cvs export".

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <[EMAIL PROTECTED]>;  <[EMAIL PROTECTED]>;  <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>; VE3TCP; Secrets of the Weird <[EMAIL PROTECTED]>

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to