From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <403d6f1f1c645461d13d6f9dec16e023@plan9.escet.urjc.es> To: 9fans@cse.psu.edu Subject: Re: [9fans] pull From: Fco.J.Ballesteros In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-cdtzfssxervogepwjsesgmejfj" Date: Thu, 9 Oct 2003 17:23:06 +0200 Topicbox-Message-UUID: 6a151ab4-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-cdtzfssxervogepwjsesgmejfj Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit We use this script (in our /rc/bin/pull). The magic I mention is whatever you have to do to convince your fossil to allow wstats and ignore permissions for the changes made while pulling. We use the allow command we added to fossil, but you may have to import a connection that has been created to allow such things. #!/bin/rc rfork ne *** ADD HERE YOUR MAGIC to put fossil into allow mode opt=() clean=no while(! ~ $#* 0 && ~ $1 -*){ if (~ $1 -C) clean=yes if not opt=($opt $1) shift } if(~ $1 --) shift replica/pull -v $opt /dist/replica/network $* *** ADD HERE YOUR MAGIC to put fossil out off allow mode exit '' --upas-cdtzfssxervogepwjsesgmejfj Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by aquamar; Thu Oct 9 17:17:36 MDT 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id A3A4419A14; Thu, 9 Oct 2003 11:17:35 -0400 (EDT) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.18.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id AB98A19AF3; Thu, 9 Oct 2003 11:17:13 -0400 (EDT) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 3EC6E19A14; Thu, 9 Oct 2003 11:16:50 -0400 (EDT) Received: from mailwasher-b.lanl.gov (mailwasher.lanl.gov [192.16.0.25]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 3D34919A00 for <9fans@cse.psu.edu>; Thu, 9 Oct 2003 11:16:39 -0400 (EDT) Received: from mailrelay1.lanl.gov (localhost.localdomain [127.0.0.1]) by mailwasher-b.lanl.gov (8.12.10/8.12.10/(ccn-5)) with ESMTP id h99FGRuV000574 for <9fans@cse.psu.edu>; Thu, 9 Oct 2003 09:16:29 -0600 Received: from ccs-mail.lanl.gov (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (8.12.10/8.12.10/(ccn-5)) with ESMTP id h99FGQge017641 for <9fans@cse.psu.edu>; Thu, 9 Oct 2003 09:16:27 -0600 Received: from maxroach.lanl.gov (maxroach.lanl.gov [128.165.250.187]) by ccs-mail.lanl.gov (8.12.10/8.12.10/(ccn-5)) with ESMTP id h99FGQVP017680 for <9fans@cse.psu.edu>; Thu, 9 Oct 2003 09:16:26 -0600 From: ron minnich To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.35 Subject: [9fans] pull Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 9 Oct 2003 09:16:26 -0600 (MDT) X-Spam-Status: No, hits=0.0 required=5.0 tests=USER_AGENT_PINE version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) I've done some looking around but it's not clear how I use 'pull' to a fossil. The basic command gets lots of kfs errors, since there is no kfs. Is this the usual pilot error on my part or is it just not ready yet? thanks ron --upas-cdtzfssxervogepwjsesgmejfj--