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.
Andreas,
> My question: Can I make this import as part of the module? As
Provided that there are no RCS files already in the repo that have the
same names then yes you can.
Ie:
Repo
myproj
sub-proj1
hello.c
sub-proj2
goodbye.c
new-improted-proj
flirt.c
The above is OK, but what is below is NOT ok
Repo
myproj
hello.c
Now import:
myproj
hello.c
At the end of the day CVSNT is pretty simple - it knows nothing except
the RCS files at the backend, there are no "magic directories"...
Of course I recommend taking a copy of the repo and "testing" there to
be sure ;)
Regards,
Arthur