Jerry Wang writes: > > As I know, I have to use import for the first time to add project, > then I should check it out. It's a little awful for me. Is there any > method to add a new project into repository except import? Thanks.
You can check out the parent directory, add a new directory to it, then "cvs add" the new directory. You can check out the top level of the repository by checking out ".", preferably using the -l flag to prevent recursing through the entire thing. -Larry Jones Oh, now don't YOU start on me. -- Calvin _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
