[cvsnt] Vendor import in existing module?

Arthur Barrett arthur.barrett at march-hare.com
Wed Nov 14 09:22:39 GMT 2007


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


More information about the cvsnt mailing list