Mark E. Hamilton <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > RobE <[EMAIL PROTECTED]> wrote:
> > 
> >>Additionaly / alternatively: is there a way to import a project that
> >>already has CVS information?
> > 
> > 
> > Well, you could do:
> > 
> >     shellprompt> find . -name CVS | while read d; do
> >         mv $d $d-orig
> >       done
> >     shellprompt> cvs import blabla_the_usual ...
> > 
> > This renames the CVS directories to something harmless,
> > so they get imported like the rest.  They are treated like
> > ordinary directories and the information they contain is
> > ignored.

> This is exactly the wrong thing to do. If you do it this way, the 
> CVS-orig directory and its files WILL be imported into your repository. 

That was the intent !  When you check out a sandbox from that import
you get your own CVS/ subdirectories *and* the CVS-orig/ directories
from the other guys.  By switching them you can make your sandbox
appear to have been checked out from either CVS server.  Not for
the faint of heart.

To RobE:  Mark is right.  If all you want to do is import
a file tree that has CVS/ subdirectories without taking in
the CVS/ subdirectories, then just import.  They are skipped
("ignored") by default.


-- 
pa at panix dot com
_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to