Re: error removing a directory from my working directory

2005-02-02 Thread Larry Jones
Kerry Tang writes: This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! This is ok if I have one or even two

RE: error removing a directory from my working directory

2005-02-02 Thread Kerry Tang
Title: RE: error removing a directory from my working directory Thanks for your responses. I am still trying to learn and understand how CVS works. From reading the CVS manual, it seems like the only way to remove a subdirectory is to remove all the files within it, and then commit

error removing a directory from my working directory

2005-01-28 Thread Kerry Tang
Hi, I was trying to remove a directory that contains files and subdirectories. I just wanted to remove it from my working directory, but didnt want to remove it from the repository (in case I want to have it again later). In this directory that I wanted to remove, I typed rm *.*

RE: error removing a directory from my working directory

2005-01-28 Thread Jim.Hyslop
Kerry Tang wrote: In this directory that I wanted to remove, I typed rm *.* This removed everything in the directory (including the CVS directories that CVS automatically creates when you add directories and files to the repository). This is a mistake, right? Not a big one. CVS should

RE: error removing a directory from my working directory

2005-01-28 Thread Kerry Tang
Title: RE: error removing a directory from my working directory Thanks for your response. So right now, there are no traces of this directory (the directory itself, and all its subdirectories and files and CVS dirs) in my working directory, but it is still there in the repository. I've

Re: error removing a directory from my working directory

2005-01-28 Thread Larry Jones
Kerry Tang writes: Now when I want to get a working copy of the directory I just got rid of: cvs checkout dir_name I get the error cannot find module 'dir_name' -ignored what does this mean? How can I do this? It means that the directory you just got rid of was not a top-level directory

RE: removing a directory

2002-11-25 Thread Anders Truelsen
Hi Jaya If you really don't want it to exist in the repository you'll have to delete it from the repository. Proceed with care! Regards, anders -Original Message- From: Jaya Kumari [mailto:[EMAIL PROTECTED]] Sent: 25. november 2002 08:21 To: Info-cvs Subject: removing a directory

removing a directory

2002-11-24 Thread Jaya Kumari
Hi all, Pls. help to delete a directory with a hierchary of files. I don't want the directory to exist in the repoistory. Thanks and Regards, Jaya ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Removing a directory from CVS impossible?

2001-12-10 Thread Rob Lahaye
Hi, [ please include my private email address in your reply, since I'm [ not subscribed to this mailinglist - Thanks. Unlike files, once a directory is created in CVS, it remains there forever. Or is there a way to get rid of an existing directory in CVS? The problem, in more detail, is the

Re: Removing a directory from CVS impossible?

2001-12-10 Thread Rob Lahaye
Rajesh Patwardhan wrote: Use commands as cvs up -P cvs co -P so it prunes empty dir at checkout time. The problem is as follows: on CVS repository: dirX/ : exists but is empty (I simply haven't found a way to delete a CVS-directory entry!!??). on working directory at

Re: removing a directory

2001-04-19 Thread Eric Siegerman
On Wed, Apr 18, 2001 at 09:55:17AM +, JavaSoft wrote: How can i delete a drectory (including the contents) from CVS on linux server using wincvs without deleting the directory in my local hard disk ? so it's just delete in the linux not in my local hardisk so i can to re-ADDing the

removing a directory

2001-04-18 Thread JavaSoft
Hi all. How can i delete a drectory (including the contents) from CVS on linux server using wincvs without deleting the directory in my local hard disk ? so it's just delete in the linux not in my local hardisk so i can to re-ADDing the direcotry to the linux again. thx, a Java Addicted

Re: removing a directory

2001-04-18 Thread Rob Helmer
Hello, I think the idea is to delete files locally and cvs remove the files on the CVS server. The directory will not go away, it will be empty except for a new directory called Attic that contains the files you did a cvs remove on. If you are unclear on this, please read the documentation on