From bc68a2d277097f5c60cba2077da51a18686d1a8e Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Tue, 23 May 2006 15:32:55 +0000 Subject: [PATCH] update README --- README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README b/README index 70e356f6..3e5b81b5 100644 --- a/README +++ b/README @@ -70,11 +70,6 @@ Show the status (which files have been changed locally) osc st osc st file1 file2 ... -Initialize a directory to be a working copy of an existing buildservice -package. (This is the same as checking out a package and then copying sources -into the directory. It does NOT create a new package.) - osc init # DEPRACATED - Mark files to be added or removed on the next 'checkin' osc add file1 file2 ... osc rm file1 file2 ... @@ -104,6 +99,10 @@ Shows meta information osc meta Apache subversion osc id username +Edit meta information +(Creates new package/project if it doesn't exist) + osc editmeta Apache + osc editmeta Apache subversion