Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: What's your prefered revision control system?

by zakzebrowski (Curate)
on Sep 28, 2004 at 01:48 UTC ( [id://394437]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    mkdir RCS
    ci -u file.pl # check in file (inital touched version)
    ...
    rlog file.pl # history of a file
    rcsdiff -r1.2 file.pl # diff versions of files
    co -r1.2 file.pl # get an earlier version of a file
    
  2. or download this
    my $v = q{$Id$};
    print "$v\n";
    
    or simply
    # $Id$
    
  3. or download this
    rlog file.pl # display a log history of the file changes from version 
    +to version...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-18 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found