# HG changeset patch # User Kai T. Ohlhus # Date 1479245384 -3600 # Node ID a65746fafc90644febc675511705c8989c020cb9 # Parent 9f48dc9ba7151ec116a2fb7e44e94070f1d83bd6 README: Warn about deleting files in the web repo. diff -r 9f48dc9ba715 -r a65746fafc90 README.md --- 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 -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.