info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Module directory nameing....


From: Bryon Lape
Subject: Re: Module directory nameing....
Date: Thu, 11 Oct 2001 00:02:33 GMT

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 <address@hidden>, 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]