"Robert P. J. Day" <[EMAIL PROTECTED]> writes: >i'm aware from the docs that the standard practice is to create an >empty new CVS repository, and populate it from there with "cvs >import". however, is it feasible (or just plain bad practice) to >create a new repository over top of an existing directory structure?
If you have a bunch of RCS files you can copy them straight into a CVS repository. If you have ordinary files then you normally have to first import and then check out. There is a program which will create an instant CVS repository and turn the current directory into a working copy, removing the separate check-out stage. But I've forgotten its name. -- Ed Avis <[EMAIL PROTECTED]> _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
