Several subprojects

Werner Modenbach modenbach at alc.de
Tue Feb 1 11:56:27 GMT 2000


By some reason my last posting never reached the list :(

Is it possible to have smaller subprojects to develop modules for a growing program suite?

Let's have a look at the directory structure:

$START/modules1                  // This is the first subproject to develop and test helpful modules
                        ./modules1     // which is the standard subdir of this project
$START/modules2                  // Another subproject with more modules here
                        ./modules2     // which is the standard subdir of this project
$START/project                      // This should be the main project
                      ./project          // which is the standard subdir of project
                      ./modules1      // which is a link to $START/modules1/modules1
                      ./modules2      // which is a link to $START/modules2/modules2
Maybe even for more binaries to be developed:
$START/project 2                   // This should be the main project
                      ./project2         // which is the standard subdir of project2
                      ./modules1      // which is a link to $START/modules1/modules1
                      ./modules2      // which is a link to $START/modules2/modules2

This structure would be excellent bacause it enables me to have dedicated test environments and a nice and
clean main project.
Unfortunately I'm not the expert in kdevelop and here is my question: Will this confuse kdevelop and/or CVS?

Many thanks for any hints.

- Werner -

--
---------------------------------------
Werner Modenbach		 modenbach at alc.de
ALC Computertechnik GmbH	 http://www.alc.de




More information about the KDevelop mailing list