[EMAIL PROTECTED] (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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
