changeset 115:a65746fafc90

README: Warn about deleting files in the web repo.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Nov 2016 22:29:44 +0100
parents 9f48dc9ba715
children fb7d6d6a5866
files README.md
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Nov 15 19:26:33 2016 +0100
+++ b/README.md	Tue Nov 15 22:29:44 2016 +0100
@@ -136,14 +136,13 @@
 Now the following steps are required for deployment
 (see [here][9] and [here][10] for some introduction to CVS):
 
-1. Remove all previous files in the target directory,
+1. **DO THIS CAREFULLY!!!** If unsure, start with 2.
+
+   Remove all previous files in the target directory,
    *but no directories at all or CVS related stuff*!
    This is due to a [limitation of CVS][11].
 
-       find octave -type f -not -path "*/CVS/*" -exec rm -f '{}' \;
-
-   *Note:* `octave` in the command above is the name of the checked out
-   [Savannah CVS][3] repository.
+       find <DIR> -type f -not -path "*/CVS/*" -exec rm -f '{}' \;
 
 2. Now copy the new content of [web-octave][2] subdirectory `_site` into the
    [Savannah CVS][3] repository.