summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.1
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-08-23 14:17:38 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-08-23 14:17:38 +0000
commit398f049f5ad1c17e67467d44e555dae7f096771f (patch)
tree9d5bc1b429365956290d839991b0752f34a7b9e6 /usr.bin/cvs/cvs.1
parent724276498d22ec1f418cdad128e4211648a134e6 (diff)
cvs does not remove directories unless it's empty and that
the checkout or update commands are used with the -P option. "go ahead and commit" jmc@.
Diffstat (limited to 'usr.bin/cvs/cvs.1')
-rw-r--r--usr.bin/cvs/cvs.117
1 files changed, 16 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index bb32db7cdcf..4167b9b696b 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvs.1,v 1.87 2005/08/23 08:17:44 jmc Exp $
+.\" $OpenBSD: cvs.1,v 1.88 2005/08/23 14:17:37 xsa Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org>
@@ -1331,6 +1331,21 @@ Files are not actually removed from the repository until the
.Ic commit
command has been run subsequently.
.Pp
+There is no way to remove a directory with the
+.Ic remove
+command.
+.Nm
+will only remove a directory if it is empty and if the
+.Ic checkout
+or
+.Ic update
+commands are run with the
+.Fl P
+option.
+(Note that the
+.Ic export
+command always removes empty directories.)
+.Pp
The
.Ic remove
command takes the following options: