Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Learning How to Use CVS for Personal Perl Coding Practices

by monarch (Priest)
on Nov 03, 2005 at 06:51 UTC ( [id://505241]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      [/]$ mkdir tmp
      [/]$ cd tmp
      [tmp]$ cvs import myproject myname start
    
  2. or download this
      [tmp]$ cd ..
      [/]$ cvs co myproject
    
  3. or download this
      [/]$ cd myproject
      [myproject]$
    
  4. or download this
      [myproject]$ cp ../myperlcode.pl .
      [myproject]$
    
  5. or download this
      [myproject]$ cvs add myperlcode.pl
    
  6. or download this
      [myproject]$ cvs commit -m "Initial import" myperlcode.pl
    
  7. or download this
      [myproject]$ cvs status myperlcode.pl
    
  8. or download this
      [myproject]$ cvs diff myperlcode.pl
    
  9. or download this
      [myproject]$ cvs commit -m "Minor change" myperlcode.pl
    
  10. or download this
      [myproject]$ cvs status myperlcode.pl
    
  11. or download this
      cvs log myperlcode.pl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found