On Tuesday 07 January 2003 07:16 pm, ADFH wrote:
> Basically in this situation there are management, programmers and
> graphic designers. In specific project at present, programmers using JSP
> and Java and tweaking some of the HTML. The graphic designers use
> DreamWeaver.. Problems arise on occasion when programmers edit inside
> templated areas of HTML files and then graphic designers push out a
> change to templates.

I don't know anything about DreamWeaver, but I've seen lots of other 
templating systems over the years, and they've always had some 
relatively-easy-to-recognize technique for separating template-text from 
everything else.  Assuming that's the case for DreamWeaver, you could write a 
commitinfo hook that checked the file being committed for changes *inside* 
the template area and disallow the commit if any are found.  That would leave 
the programmer with a file he couldn't check in, but that's sort of the idea 
after all :-)
-- 
Ross A. Patterson
Chief Technology Officer
CatchFIRE Systems, Inc.
5885 Trinity Parkway, Suite 220
Centreville, VA  20120
(703) 563-4164


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

Reply via email to