Does this mean I could do this in the modules file?? foo-jsp -d foo foo-jsp/dir foo-html -d foo foo-html/dir
and the when a user does this: cvs checkout foo-jsp it will get copied to foo and so will this cvs checkout foo-html ?? Kaz Kylheku wrote: > 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
