Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re[2]: Using CVS for revision control

by PotPieMan (Hermit)
on Mar 08, 2003 at 04:20 UTC ( [id://241331]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. 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
    
  2. 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
    ======================================================================
    
  3. 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
    ***************
    
  4. or download this
    $ cvs add test.pl
    $ cvs commit -m "Readded test.pl"
    
  5. 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
    ======================================================================
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://241331]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-25 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found