Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
Book Store

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions

 

 

Removing Files from a Project


To remove a file from the repository first remove it from your directory then use:



  cvs remove stubs.py

The file is removed when you next commit.

If you've removed and committed the remove but want to restore the file, then find the version of the removed file:



  $ cvs status stubs.py
  ===================================================================
  File: no file stubs.py                Status: Up-to-date

     Working revision:  No entry for stubs.py
     Repository revision:       1.3     /var/cvs/projects/kton/Attic/stubs.py,v

So this is version 1.3. We restore it using:



  $ cvs update -j1.3 -j1.2 stubs.py
  U stubs.py


Copyright © 1995-2006 Graham.Williams@togaware.com

 
 
  Published under the terms fo the GNU General Public License Design by Interspire