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.
Can I apply this procedure recursively thru several layers of sub- directories? > > >-----Original Message----- >From: Tony Hoyle [mailto:tmh at nodomain.org] >Sent: Monday, August 16, 2004 6:33 PM >To: Siegfried Heintze >Cc: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook >Subject: Re: [cvsnt] Re: Using CVS add instead of cvs import > > >If you just want to create a toplevel module do something like: > >cd foo >cvs -d d:/repo import -Cdn -I * -m "Initial import" foo > >That'll import the toplevel directory, and not import any files. > >Then you can use cvs add/cvs commit to populate it. > >Tony >