[EMAIL PROTECTED] writes:
> 
> ex:  DEFAULT             Template
> 
> Template file is located in my CVSROOT directory.  

Like it says in the Cederqvist manual, "the part after the regular
expression should be a *full pathname*".  So you need something like:

        DEFAULT         ${CVSROOT}/CVSROOT/Template

Note that CVS itself will expand "${CVSROOT}" (see "Expansions in
administrative files" for more details), so you can use it to avoid
having to hard-code the path to the repository.

-Larry Jones

If I was being raised in a better environment, I wouldn't
do things like that. -- Calvin

Reply via email to