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.
try cvs -H import !!!!!! cvs -H import Usage: cvs import [-d] [-k subst] [-I ign] [-m msg] [-b branch] [-W spec] repository vendor-tag release-tags... -d Use the file's modification time as the time of import. -k sub Set default RCS keyword substitution mode. -I ign More files to ignore (! to reset). -b bra Vendor branch id. -m msg Log message. -W spec Wrappers specification line. (Specify the --help global option for a list of other help options) -I ! => ignore yours local ".cvsignore" files tips: a very useful option => -d question: why -d option doesn't exist for "add" command ? ("cvs add files" always use the current time for files, never the original "modification time") ----- Original Message ----- From: "Matthias Mohr" <MMohr at SysDesign-EDV.de> To: <cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook> Sent: Friday, June 07, 2002 6:06 PM Subject: Re: [Cvsnt] cvs import problem > > So given that you have a folder with subfolders that you want to > > import to CVS, but not as a new module but rather as a submodule on an > > *existing* module then you can do so by specifying the location of the > > new submodule using the topmodule/submodule notation as the > > destination. BUT the topmodule *must* exist as a valid module and I > > believe that you must spell it *exactly* as it is named in the > > repository too. > O.K., that is fullfilled here. > > > I just did a test of this and it works quite well through WinCvs. Here > > is the final command that WinCvs showed in the command window (wrapped > > to two lines here): > > > > cvs -z9 import -I ! -I CVS -I *.exe -I *.zip -m "no message" > > ModuleXX/imptest avendor arelease (in directory C:\Temp\bb) > > > > I have no clue as to the arguments -I ! -I CVS that appears... > Now I did it like follows: > cvs -d :pserver:ID at srv:/Repos import -I ! -m "Initially imported." module/newdir VENDOR REL > AND IT WORKED !!!!! > > Then I tried it again: > cvs -d :pserver:ID at srv:/Repos import -m "Initially imported." module/newdir VENDOR REL > This don't work. > So it seems, that the option "-I !" is the important part. > > So what does it mean ? > > And, thanks a lot for your help :-) > > with regards, > Matthias > > > > > > _______________________________________________ > Cvsnt mailing list > Cvsnt at cvsnt.org > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs > _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs