[ On Saturday, April 21, 2001 at 00:16:59 (+0300), Georgi Kostov wrote: ]
> Subject: Ideas for handling hardcoded URLs on a CVS managed website?
>
> Can you give me some ideas how to manage with this problem? I indended 
> to write a script that will replace each hardcoded link with a keyword 
> (using a dictionary) before commiting the file to the repository but I 
> haven't thought of how to deal with updates/checkouts.

You're headed in the right direction.  You need a "build system"
(eg. make) and some filter tools (eg. sed, m4, awk, cpp, etc.).

-- 
                                                        Greg A. Woods

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

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

Reply via email to