putting etc under cvs

mkdir tt
cd tt
cvs import etc etc1 etc2
cd /tmp
cvs co etc
mv /tmp/etc/CVS /etc
cd /etc
find . -type d  | grep -v CVS | xargs cvs add
find . -type f  | grep -v CVS | xargs cvs add
cvs commit

-- FrankHartmann - 10 Nov 2002

tagging

  • create (moveable!) tag: cvs rtag -F tagname my_module
  • check out tag: cvs checkout -r tagname my_module
  • delete tag: cvs rtag -d tagname my_module

importing

cd <project_dir>
cvs import -m "first import" repository venodortag releasetag
  • dont forget to delete and check out directory again after successfull import

-- MatthiasWientapper - 03 Jan 2003

cvs commit mails

  • CVSBASE/CVSROOT/loginfo
ALL (echo ""; date ; cat) | mailx -s %{sv} cvs-mail.address@mailserver

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding mattzz? Send feedback