Blog Stats
  • Posts - 13
  • Articles - 1
  • Comments - 21
  • Trackbacks - 0

 

Remove Files and Directorys in WinCvs (2.0.2.4)

I'm currently using WinCvs 2.0.2.4 from http://cvsgui.sourceforge.net/download.htm

 

Delete a file:

  1. Select the file or files that you want to remove.
  2. Click the right mouse button on the selection, and choose the Remove selection menu item.
  3. As the files are only marked for removal, you have to commit them to remove them from the repository.

Beware, this will send your file to the recycle bin. When you commit the file, it will pernamently remove it from your harddrive.

The files will now be removed from the repository. Note that files are not physically removed, but rather marked as "dead" and live in the Attic. By this way it will still be possible to retrieve the files if you choose to check out an old version of the module.

 

Delete a directory:

Once all the files have been removed from the directory, CVS will optionally remove empty directories when you update one of its parent directories.

  1. Select the parent directory of the empty directory you want to remove.
  2. Click the right mouse button on the selection, and choose the Update selection menu item.
  3. Select the Globals tab.
  4. Make sure Prune (remove) empty directories is checked (it is by default).
  5. Press the OK button.

The directory will be removed if all its files were previously removed from your local copy and from the repository.

 


Feedback

# re: Remove Files and Directorys in WinCvs (2.0.2.4)

Gravatar Hi,

Thanks for the information!
but if i want to delete the dead file as well from SF then could you please tell me the way to do so?

Requesting your help at the earliest! I need it on priority! Thank u! 3/21/2012 3:49 AM | ashwini

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © BenAdler