info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is import really necessary?


From: Mike
Subject: Re: Is import really necessary?
Date: Tue, 21 Dec 2004 02:54:23 +0000 (UTC)
User-agent: nn/6.6.5

In <address@hidden> Derek Robert Price <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]