Hello,
  
  When i check out a certain base-module, i'd like a few other modules 
  checked into the base-module directory as well. I was able to get this
  working easily, by editing the modules file, however, I have not been
  able to place these modules in anwhere other than the root of the
  base-module. For example.


module:

  base

directories:

  lib/
  lib/base-lib
  bin/


other modules:

  foobar-lib
  packaging


 
the modules file, right now, looks like this.


base base &foobar-lib &packaging


when I do a checkout, this is what the directory structure looks like


 lib/
 lib/base-lib/
 bin/
 packaging/
 foobar-lib/


the packaging directory is fine, but I'd like to put the foobar-lib in lib/
so it would look like this.

 lib/
 lib/base-lib/
 lib/foobar-lib/
 bin/
 packaging/


any help welcome :)


-- 
  Nick Jennings            |  "Laugh, and the world ignores you.  
  http://nick.namodn.com   |    Crying doesn't help either."



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

Reply via email to