- or download this
$ mv test.pl test2.pl
$ cvs add test2.pl
$ cvs remove test.pl
...
/home/cvs/personal/projects/music/scripts/test2.pl,v <-- test2.pl
initial revision: 1.1
done
- or download this
$ cvs log test.pl
RCS file: /home/cvs/personal/projects/music/scripts/Attic/test.pl,v
...
date: 2003/03/08 04:03:53; author: dwc; state: Exp;
Initial checkin
======================================================================
- or download this
$ cvs update -r 1.1 -p test.pl > test.pl
===================================================================
Checking out test.pl
RCS: /home/cvs/personal/projects/music/scripts/Attic/test.pl,v
VERS: 1.1
***************
- or download this
$ cvs add test.pl
$ cvs commit -m "Readded test.pl"
- or download this
$ cvs log test.pl
RCS file: /home/cvs/personal/projects/music/scripts/test.pl,v
...
date: 2003/03/08 03:54:05; author: dwc; state: Exp;
Initial checkin
======================================================================