Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
We need to start using the modules file to fine tune our sandboxes. Specifically we have found that we need to include some common folders with files inside the project modules so changes here are not forgotten when committing the project files. Say that we have a main source module called Project1. It contains several subfolders already. There is also a folder elsewhere (like Common/Utils), which we would like to become part of the Project1 module on checkout. Ideally it should appear as Project1/Utils. If I look in the modules file specification I think I can do the following: Utils Common/Utils Project1A &Project1 &Utils But when I check out this I get the following structure: Project1A |-- Project1 |-- Utils But I wanted: Project1A |-- Project1 |-- Utils so that Util is a subfolder to Project1 Is this at all possible? If so how? /Bo (Bo Berglund, developer in Sweden)