info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing module from repository


From: Mark E. Hamilton
Subject: Re: Removing module from repository
Date: Thu, 22 Jun 2006 10:16:28 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.7.12) Gecko/20050920

PJP wrote:
 Hello all,

I was trying to remove a module from cvs repository using :

   $ cvs $CVSROOT remove -fR <module-name>

It removed all the regular files in module but not directories.
The <module-name> directory with all sub-directories still
exist in the remote repository.

This is the correct (and expected) behavior. Directories are never removed from the repository. If you want to remove the empty directories from your working area use the '-P' option to update/checkout to prune them.

http://ximbiot.com/cvs/wiki/index.php?title=CVS_FAQ#How_do_I_remove_a_directory.3F


One of the option I came to know is : # rm -rf <module-name>
on remote cvs server. But I don't have access to that machine
except by using cvs.

How could I accomplish this ?

Convince your CVS admin that this is the right thing to do. If he's good he won't be convinced, and won't do it.

--
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666





reply via email to

[Prev in Thread] Current Thread [Next in Thread]