Edit detail for UsingCvs revision 3 of 3

1 2 3
Editor: mjflick
Time: 2012/08/18 04:30:34 GMT+0
Note: reverted by mjflick


        

Import

First, you should test the import on your local machine:

  mkdir ~/cvs-test
  cd ~/cvs-test
  cvs -d ~/cvs-test init
  mkdir ~/wd
  cd ~/wd
  # populate directory:
  touch README AUTHORS NEWS
  cvs -d ~/cvs-test import -m "Initial import" module you start

When everything working well, you can replace ~/cvs-test by :ext:cvs.savannah.gnu.org:/sources/project