Ok... so I'm thinking I might just be able to do this.
Code:
mkdir tmp
cd tmp
mkdir etc bin var
cvs import -m 'initial layout' mylinux thorpe r_1
cd
rm -fr tmp
Then...
Code:
cvs checkout -d / mylinux
commit only commits files Ive applied
add on right? I just don't want my whole / directory added to cvs.
Would this work?