Hi,

Is it possible to flatten the directory structure with modules?

Since it is easy to set up ownership of directories with unix, 
we have created some seemingly redundant directories in our 
repository, ie:

src/a/a.f90
src/b/b.f90

Now we would like to set up a module that checks out both a.f90 and
b.90 into the src directory:

src/a.f90
src/b.f90

However, I can't figure out how to do it; I have tried several 
different ways of writing the module, but it gives me a message like
"directory src/ doesn't match directory src/a/" or something.
Does anyone have any ideas about this?

Thanks,
Amy
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to