----- Original Message -----
From: [EMAIL PROTECTED]
Date: Sunday, November 24, 2002 2:23 pm
Subject: Managing Web Page Components with CVS

> Hello list,
> 
> I am currently developing a number of small web sites using Perl's
> Template Toolkit (http://www.template-toolkit.org.)  I keep the
> templates in CVS, and then build the static html using ttree.  What I
> would like to do is have a common set of site "components" (dialog
> boxes, chart templates, etc.) which are also kept in CVS, but are
> develpoed independently of any given web site.  My idea on how to do
> this was to have a project for each site, a separate project for these
> components, and check out a copy of the components for each project
> when I build the web sites.  I currently have a Makefile that runs
> ttree to build the HTML pages; I think I could add a CVS update of the
> components to the process, so that the pages were always built with
> the most current components.  Does anyone see any problems with this
> approach?
> 
> Thanks for your help,
> 
> 
> Doug Gorley | [EMAIL PROTECTED]
> 
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 

One thing I didn't make clear above is that I'd like to check out the components to a 
directory within the directory tree of the web project.  So, if the project is checked 
out to /home/me/mysite, a separate project would be checked out in 
/home/me/mysite/components.  Will CVS have a problem with this setup?  In some basic 
testing it seems to work fine, but I may be missing something.

Thanks,

Doug Gorley | [EMAIL PROTECTED]




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

Reply via email to