I'm having a difficulty trying to figure out how to layout the modules file
to do the following.  Let's assume the repository looks like:

/dir1
/dir1/dir2
/dir1/dir2/file1.cpp
/dir1/dir2/file1.h
/shared
/shared/sdir1
/shared/sdir1/sfile1.cpp


I want my local workspace to look like:

/dir1
/dir1/dir2
/dir1/dir2/file1.cpp
/dir1/dir2/file1.h
/dir1/dir2/sdir1
/dir1/dir2/sdir1/sfile1.cpp


My problem:
- as far as I can tell, ampersand modules can only bring in sub-modules at
the top level, as a sibling of dir2 in my example above
  - with this modules line: "dir1 dir1 &sdir1"


So... how can you do an ampersand module that will be inserted into a
subdirectory of a module, instead of a top-level directory of the module?

Kostur, Andre.vcf

Reply via email to