- or download this
[/]$ mkdir tmp
[/]$ cd tmp
[tmp]$ cvs import myproject myname start
- or download this
[tmp]$ cd ..
[/]$ cvs co myproject
- or download this
[/]$ cd myproject
[myproject]$
- or download this
[myproject]$ cp ../myperlcode.pl .
[myproject]$
- or download this
[myproject]$ cvs add myperlcode.pl
- or download this
[myproject]$ cvs commit -m "Initial import" myperlcode.pl
- or download this
[myproject]$ cvs status myperlcode.pl
- or download this
[myproject]$ cvs diff myperlcode.pl
- or download this
[myproject]$ cvs commit -m "Minor change" myperlcode.pl
- or download this
[myproject]$ cvs status myperlcode.pl
- or download this
cvs log myperlcode.pl