From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <85a83f0d059c2c1de00180c499810259@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] bleeding edge sources From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 8 Oct 2002 12:10:34 -0400 Topicbox-Message-UUID: 0074fe68-eacb-11e9-9e20-41e7f4b1d025 The update process is described in replica(1). There's an example at the end. The typical incantation (assuming you have network connectivity) is disk/kfscmd allow replica/pull -v /dist/replica/network disk/kfscmd disallow If you've updated recently, glenda has a script called pull in her bin/rc directory, so if you're logged in as glenda, you can just do pull or pull -s if you want to overwrite local changes with server changes when conflicts occur. If you don't log in as glenda, you can use cat >$home/bin/rc/pull <