1 Matching Annotations
  1. Oct 2020
    1. You can do that using the import command

      Using "cvs import" to add code to a project is the most widely used misconception in CVS tutorials all over the place. While it seems like a simple way to initialize a new project (compared to creating an empty CVS tracked directory and "cvs add"ing to it), the resulting vendor branches can cause lots of worries later e.g. when trying to do a sane repository conversion in the direction of a third-generation version control system.