From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <440879660de56a030cadd74423b90608@voidness.de> To: 9fans@cse.psu.edu Subject: Re: [9fans] pull From: Heiko Dudzus Date: Fri, 3 Feb 2006 19:40:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f1eaa34c-ead0-11e9-9d60-3106f5b1d025 > You can ignore this message if you want, but I print it to make > you wonder what's going on. In this case, you should probably > be running > > replica/pull -v -c 386/9pcf /dist/replica/network > > which will pull any files except skip past changes to 386/9pcf. > > What you typed: > > replica/pull -v -c 386/9pcf /dist/replica/network 386/9pcf > > will not pull any changes. It says "pull only files matching 386/9pcf > (the last argument) but whenever you see a change to 386/9pcf, > ignoring it in favor of the local version (the -c option)." It's getting clearer to me. What I wanted to say was: "Keep your eyes on conflicts with 386/9pcf and resolve them with the clients version." > At any point in time, replica/pull knows how much of > /dist/replica/client/plan9.log it has successfully applied and > can ignore on the next run. It stores this information in > /dist/replica/client/plan9.time. Plan9.log is applied up to and > including the line that begins with the numbers in plan9.time. Ok. Thanks for the explanation. Heiko