In article <[EMAIL PROTECTED]>, Bryon Lape wrote:
>When a user does cvs checkout foo-jsp, I would like the local directory
>that gets created to just be called foo and not foo-jsp.

One way is the module definition

        foo-jsp -d foo foo-jsp

This defines a regular module called foo-jsp which checks out the
directory foo-jsp. The -d module option causes the checkout name
to be foo rather than foo-jsp.

> The same would
>be for foo-html; that is, just foo locally.

Probably a bad idea to have two that clash this way.
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to