In <[EMAIL PROTECTED]> Derek Robert Price <[EMAIL PROTECTED]> writes:
>Assuming all you need to do is create a new project in CVS based on an
>existing tree at /home/user/newtree, the following should work:
> cvs co -ldtop .
> cd top
> mv /home/user/newtree .
> find newtree -exec cvs add "{}" \;
> cvs ci
Hmmm. I like this! Is it possible to use an "import-less"
approach like this one if top is one's home directory
(meaning that there will be a lot of other stuff there
besides newtree)?
Mike
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs