[cvsnt] Re: How do I use module2?

John Kinson cvs at yellowradio.com
Thu Aug 12 09:32:03 BST 2004


Tony, your ERE example in the manual isn't right (unless you've 
implemented a non-standard RE engine).

In the line

	/ = myproject (*\.cpp$|*\.[ch]$|*/$)

Surely that should either be

	/ = myproject (.*\.cpp$|.*\.[ch]$|.*/$)

or more simply

	/ = myproject (\.cpp$|\.[ch]$|/$)

JK

Tony Hoyle wrote:

> On Wed, 11 Aug 2004 13:52:21 -0400, "Warren, Erik"
> <Erik.Warren at delta.com> wrote:
> 
> 
>>How is the modules2 format to be implemented?
>>I tried removing my modules file and creating a modules2 file but that didn't work.
>>I tried replacing the contents of my modules file with contents formatted per Modules2 format but that didn't work.
>>I tried having an empty modules file plus a modules2 file but that didn't work.
>>I tried having my original modules file plus a modules2 file but that didn't work.
> 
> 
> Define 'didn't work'...
> 
> Start with http://www.cvsnt.org/manual/modules2.html
> 
> Try a few simple ones until you get the hang of it.  I find it a lot
> more logical but others may prefer the older format... they're both
> good at different things.
> 
> Tony
> 
> _______________________________________________
> cvsnt mailing list
> cvsnt at cvsnt.org
> http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt


-- 
http://www.yellowradio.com/

If technology doesn't seem like magic,
it's probably obsolete.




More information about the cvsnt mailing list