From a29d43337fe2f137ed2decf47e69b212899cf98f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 17 Apr 2002 13:28:30 +0000 Subject: Added -dP to 'update' description git-svn-id: svn://svn.rockbox.org/rockbox/trunk@119 a1c6a512-1295-4272-9138-f99709370657 --- www/cvs.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/cvs.t b/www/cvs.t index 651a616c4c..a846ce9476 100644 --- a/www/cvs.t +++ b/www/cvs.t @@ -64,8 +64,10 @@ of the Rockbox project synchronize your local files with the changes made by others. This operation is called "update": -

cvs update +

cvs update -dP +

The -d switch tells update to create any new directories that have been created the repository since last update. +
The -P switch tells update to delete files that have been removed in the repository.

Adding a new file

-- cgit v1.2.3