I have the following scenario:

I have a subproject in CVS (a directory in a module)
where I want to have some other subprojects from CVS as
subdirectories.

Let's say we have:
The following structure:
(C++ is the root module)
C++/Applications/MyApp 

C++/Libraries/TheFirstLib
C++/Libraries/TheSecondLib
C++/Libraries/OtherLibs
...

Where I want to have
C++/Applications/MyApp/TheFirstLib
C++/Applications/MyApp/TheSecondLib


The reason I want it this way is because I want to be able to deploy the
source code to MyApp without having to do a lot of rearranging which
might break the compile of MyApp. 




-- 

Vennlig hilsen 

Syver Enstad
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to