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.
Exactly this structure is not really working as we have found out to our disappointment... Instead you have to structure it like this: myproject is the module to check out and is defined in the CVSROOT/modules file: myproject/sources <= contains the files from /proj1 and down myprojects/lib1 <= contains the lib1 module myprojects/lib2 <= contains the lib2 moduele The modules file couls look like this: my_lib1 -d lib1 /a/b/lib1 my_lib2 -d lib2 /c/d/lib2 my_proj1 -d sources /proj1 myproject &my_proj1 &my_lib1 &my_lib2 What will happen when you check out myproject is that a top dir myproject is created and then this will get subdirs lib1, lib2 and sources with files. No file will be stored in the top level folder. Best regards, Bo Berglund -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of michel.leclerc at b-holding.be Sent: den 16 december 2005 11:46 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: [cvsnt] Need help to build a module A simple question for experts like you. My repository structure looks like: \a\b\lib1 \c\d\lib2 \proj1 How to defibne my module to have to fillowing directory structure after checkout: \proj1\lib1 \proj1\lib2 Thanks for your help Michel _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs