I am trying to add new project to CVS, and having problem with files revision index.
My $CVSROOT is set correctly to repository. Here is what I am doing: trying to set project for bin dir, bin dir includes only one file proj.pl >cvs import -m "adding bin" bin projxxx MySoftwareCompany start .. after this if I do status check on file >cvs log bin/proj.pl head 1.1; branch 1.1.1; access ; symbols start:1.1.1.1 ***1.1.1; locks ; strict; comment @# @; 1.1 date **** author***; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date*** author ***; state Exp; branches ; next ; Why I am getting branchs here? how can I avoid this? What I want is something like this. I don't need 1.1.1.1!!!! I need versions to be 1.1 1.2 1.3. Working file: proj.pl head: 1.79 branch: locks: strict access list: symbolic names:
