info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Modules problem


From: Kostur, Andre
Subject: Modules problem
Date: Thu, 14 Jun 2001 09:57:41 -0700

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?

Attachment: Kostur, Andre.vcf
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]