Hi,
I have a question regarding modules. I am sure, this problem has been solved
(or discussed) by one of you experts.
I want to create user "Views" to my repository, where one (backend)developer
can checkout the backend code of every module at once into his local Source
directory. I have to recover the java
My CVS repository has the following structure (simplyfied):
Project / modul_1 / special / Source / de / backend / file1
| |
| + frontend
|
/ modul_2 / Source / de / backend / file2
|
+ frontend
I am trying to accomplish a checkout into the following local file structure
Source/de/backend/file1
/file2
where backend are all files from all backend directories (from
module_1/special and module_2).
So I actually want to assign the same checkout directory for the two
de/backend directories.
I managed to define a module in the modules file:
Backend -a Project/module_1/special/Source/de/backend
Project/module_2/Source/de/backend
which gives me exactly the sources I want, but in the wrong local directory
structure (two directories):
Project / modul_1 / special / Source / de / backend / file1
|
/ modul_2 / Source / de / backend / file2
I cannot "remove" the Project/module_1/special and Project/module_2 prefixes
on my local directory structure.
Rearanging the Code into one Source module is no option.
Any ideas how to accomplish my task ?
Thank you for any advice,
Regards,
Hans