Return-Path: william@bourbon.usc.edu Delivery-Date: Sun Nov 23 15:49:33 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mANNnXZL021277 for ; Sun, 23 Nov 2008 15:49:33 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mANNljiR027077 for ; Sun, 23 Nov 2008 15:47:45 -0800 Message-Id: <200811232347.mANNljiR027077@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: Project 2 Date: Sun, 23 Nov 2008 15:47:45 -0800 From: Bill Cheng Someone wrote: > The format for delete command is 'delete FileName=foo SHA1=6b6c... > Nonce=fe18..' . Are all the 3 arguments mandatory and shud be in this fixed > order ? All are mandatory. Given our rules of not keeping files with duplicate FileName, SHA1, *and* Nonce, this should match at most one file in your mini-filesystem. -- Bill Cheng // bill.cheng@usc.edu