info-cvs
[Top][All Lists]
Advanced

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

Re: Newbie: howto share modules


From: Syver Enstad
Subject: Re: Newbie: howto share modules
Date: Mon, 18 Feb 2002 18:48:42 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

address@hidden (Pierre Asselin) writes:
> I'll assume you want to check out only MyApp and the two libraries.

Yes, that's correct.

> Put something like this in your modules file:
> 
>     TheFirstLib               C++/Libraries/TheFirstLib
>     TheSecondLib      C++/Libraries/TheSecondLib
>     ...
> 
>     Myapp C++/Applications/MyApp &TheFirstLib &TheSecondLib
> 
> 
> The first two are straightforward module entries.  You can check out
> "TheFirstLib" and have it appear in ./TheFirstLib .  The third entry
> is the application, and it implicitly checks out the two libraries as
> submodules.  The sandbox looks like this:
> 
>     ./Myapp/
>       (Myapp files...)
>       TheFirstLib/
>           (1st library files...)
>       TheSecondLib/
>           (2nd library files...)

Yes, looks like I want it be. 


Thanks for the answer. This looks like something I can use.

-- 

Vennlig hilsen 

Syver Enstad


reply via email to

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