home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


  Previous section   Next section

Sandbox Commands

Create a new sandbox

cvs checkout project

Remove a sandbox

cvs release directory

Check out files as of a specific tag name or revision

cvs checkout -r [tagname|revision] 
project

Check out files as of a specific date or time

cvs checkout -D [date|time] project

  Previous section   Next section
Top