CVS Tutorial - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

CVS Tutorial

Description:

Not an automated testing program. A sample session. Getting the source $ cvs checkout CS6354 ... cvs diff driver.c. The Repository ... – PowerPoint PPT presentation

Number of Views:162
Avg rating:3.0/5.0
Slides: 8
Provided by: utda
Category:
Tags: cvs | program | sample | tutorial

less

Transcript and Presenter's Notes

Title: CVS Tutorial


1
CVS Tutorial
  • By Kunwu Feng
  • Jan 20, 2006

2
Outline
  • What is CVS
  • Why CVS important

3
What is CVS
  • CVS is a version control system.
  • Using it, you can record the history of your
    source files.

4
Why CVS important
  • Easy to modify codes
  • Team work

5
What is CVS not
  • Not a build system
  • Not a substitute for management
  • Not a substitute for developer communication
  • Not an automated testing program

6
A sample session
  • Getting the source cvs checkout CS6354
  • Committing your changes cvs commit backend.c
  • Cleaning up cvs release -d CS6354
  • View differences cvs diff driver.c

7
The Repository
  • Stores a complete copy of all the files and
    directories which are under version control
  • Telling CVS where your repository is setenv
    CVSROOT /usr/local/cvsroot
Write a Comment
User Comments (0)
About PowerShow.com