From michael at ectospheno.com Sun Jan 22 05:17:17 2006 From: michael at ectospheno.com (Michael Price) Date: Sun, 22 Jan 2006 00:17:17 -0500 Subject: [cl-mathstats-devel] cl-mathstats darcs repo appears to be broken Message-ID: This happens with darcs 1.0.5 on a powerpc Mac OS X 10.4.4 system. Just letting you know. Michael mpib:~/tmp michael$ darcs get http://common-lisp.net/project/cl-mathstats/darcs/cl-mathstats Copying patch 18 of 18... done! Applying patch 2 of 18... Unapplicable patch: Fri Oct 7 15:09:22 EDT 2005 Gary King * meta.math and meta.statistics -> metabang.math and metabang.statistics darcs failed: Error applying hunk to file ./dev/metabang.math.system From gwking at metabang.com Mon Jan 23 02:42:15 2006 From: gwking at metabang.com (Gary King) Date: Sun, 22 Jan 2006 21:42:15 -0500 Subject: [cl-mathstats-devel] Problem between Darcs 1.04 and Darcs 1.05 Message-ID: <94A47D05-E271-454D-9A50-C92D77EA7162@metabang.com> I'm currently using Darcs 1.04 (exact versions below). I have a repository that seems to work fine: > > d4 get http://common-lisp.net/project/cl-mathstats/darcs/cl- > mathstats > Copying patch 18 of 18... done! > Applying patch 18 of 18... done. > Finished getting. > > > d4 check > Applying patch 18 of 18... done. > The repo is consistent! > However, when I try to get the repository with 1.05 or check or repair the one I have, I get inconsistency errors: > > d5 get http://common-lisp.net/project/cl-mathstats/darcs/cl- > mathstats > Copying patch 18 of 18... done! > Applying patch 2 of 18... Unapplicable patch: > Fri Oct 7 15:09:22 EDT 2005 Gary King > * meta.math and meta.statistics -> metabang.math and > metabang.statistics > > darcs failed: Error applying hunk to file ./dev/metabang.math.system > > d5 check > Applying patch 2 of 18... Unapplicable patch: > Fri Oct 7 15:09:22 EDT 2005 Gary King > * meta.math and meta.statistics -> metabang.math and > metabang.statistics > > darcs failed: Error applying hunk to file ./dev/metabang.math.system > > > > d5 repair > Applying patch 2 of 18... Unapplicable patch: > Fri Oct 7 15:09:22 EDT 2005 Gary King > * meta.math and meta.statistics -> metabang.math and > metabang.statistics > > darcs failed: Error applying hunk to file ./dev/metabang.math.system what, if anything, can I do to make my 1.04 repos into happy 1.05 ones?? thanks, Exact versions : D4: ([TAG 1.0.4pre4 David Roundy **20050901110418] D5: [TAG 1.0.5Tommy Pettersson **20051207112730] -- Gary Warren King metabang.com http://www.metabang.com/ From ptp at lysator.liu.se Mon Jan 23 10:56:04 2006 From: ptp at lysator.liu.se (Tommy Pettersson) Date: Mon, 23 Jan 2006 11:56:04 +0100 Subject: [cl-mathstats-devel] Re: [darcs-users] Problem between Darcs 1.04 and Darcs 1.05 In-Reply-To: <94A47D05-E271-454D-9A50-C92D77EA7162@metabang.com> References: <94A47D05-E271-454D-9A50-C92D77EA7162@metabang.com> Message-ID: <20060123105604.GA14267@812165098-VISIT-ADSL-LKOPING-NET.host.songnetworks.se> Just a guess: maybe this is related to ? -- Tommy Pettersson From Juliusz.Chroboczek at pps.jussieu.fr Tue Jan 24 23:49:02 2006 From: Juliusz.Chroboczek at pps.jussieu.fr (Juliusz Chroboczek) Date: Wed, 25 Jan 2006 00:49:02 +0100 Subject: [cl-mathstats-devel] Re: [darcs-users] Problem between Darcs 1.04 and Darcs 1.05 In-Reply-To: <94A47D05-E271-454D-9A50-C92D77EA7162@metabang.com> (Gary King's message of "Sun, 22 Jan 2006 21:42:15 -0500") References: <94A47D05-E271-454D-9A50-C92D77EA7162@metabang.com> Message-ID: <7i4q3tjifl.fsf@lanthane.pps.jussieu.fr> > I'm currently using Darcs 1.04 (exact versions below). I have a > repository that seems to work fine: > However, when I try to get the repository with 1.05 or check or > repair the one I have, I get inconsistency errors: I'm afraid that your repository is corrupt. Did you manually edit files under _darcs/current? Did you use Unison on the repo? Darcs 1.04 has a bug where it fails to check patches exhaustively enough. This bug is fixed in 1.05. > what, if anything, can I do to make my 1.04 repos into happy 1.05 ones?? The simple solution would be to use 1.04 to generate all the historical versions of your project, and then manually record them one by one in a new repo. Another solution would be to simply discard history, and make a new repo starting at the current version. It's probably possible to edit the files under _darcs/patches to fix the repo manually, but it'd probably be a lot of work. Juliusz From gwking at metabang.com Wed Jan 25 02:34:29 2006 From: gwking at metabang.com (Gary King) Date: Tue, 24 Jan 2006 21:34:29 -0500 Subject: [cl-mathstats-devel] Re: [darcs-users] Problem between Darcs 1.04 and Darcs 1.05 In-Reply-To: <7i4q3tjifl.fsf@lanthane.pps.jussieu.fr> References: <94A47D05-E271-454D-9A50-C92D77EA7162@metabang.com> <7i4q3tjifl.fsf@lanthane.pps.jussieu.fr> Message-ID: Hi Juliusz, Thanks for this response. It's very helpful. > I'm afraid that your repository is corrupt. Did you manually edit > files under _darcs/current? Did you use Unison on the repo? I don't recall doing any manual editing but may have done something by "accident" >> what, if anything, can I do to make my 1.04 repos into happy 1.05 >> ones?? > > The simple solution would be to use 1.04 to generate all the > historical versions of your project, and then manually record them one > by one in a new repo. Another solution would be to simply discard > history, and make a new repo starting at the current version. OK. In the case, I don't mind losing the history. If I did care, I'm not quite sure what you mean by "generating the historical versions..." Can you point me in the right direction? thanks again, -- Gary Warren King metabang.com http://www.metabang.com/ From Juliusz.Chroboczek at pps.jussieu.fr Wed Jan 25 10:29:28 2006 From: Juliusz.Chroboczek at pps.jussieu.fr (Juliusz Chroboczek) Date: Wed, 25 Jan 2006 11:29:28 +0100 Subject: [cl-mathstats-devel] Re: Problem between Darcs 1.04 and Darcs 1.05 In-Reply-To: (Gary King's message of "Tue, 24 Jan 2006 21:34:29 -0500") References: <94A47D05-E271-454D-9A50-C92D77EA7162@metabang.com> <7i4q3tjifl.fsf@lanthane.pps.jussieu.fr> Message-ID: <7ifynck3cn.fsf_-_@lanthane.pps.jussieu.fr> >>> what, if anything, can I do to make my 1.04 repos into happy 1.05 >>> ones?? >> The simple solution would be to use 1.04 to generate all the >> historical versions of your project, and then manually record them one >> by one in a new repo. Another solution would be to simply discard >> history, and make a new repo starting at the current version. > OK. In the case, I don't mind losing the history. If I did care, I'm > not quite sure what you mean by "generating the historical > versions..." Can you point me in the right direction? Just manually create a new repo with the history you care about. For each version, use 1.0.4 to get a copy of that version, for example using darcs dist, then record this version in the new repo. You can use ``darcs record --pipe'' to force Darcs to use the original date and author for the new patch. The alternative is to manually edit the patches under _darcs/patches in order to fix the inconsistency. If you look at the darcs-users list archives, you'll find a happy user (Vincent Balat) who recently had just the same problem as you and successfully performed some major surgery on _darcs/patches, so it is definitely doable without full grokking of the Darcs sources. Juliusz From gwking at metabang.com Wed Jan 25 15:15:39 2006 From: gwking at metabang.com (Gary King) Date: Wed, 25 Jan 2006 10:15:39 -0500 Subject: [cl-mathstats-devel] cl-mathstats darcs repo appears to be broken In-Reply-To: References: Message-ID: I've rebuilt this repository and updated the website. Darcs 1.05 is now happy with cl-mathstats. I've also rebuilt metatilities. thanks for pointing this out Michael. On Jan 22, 2006, at 12:17 AM, Michael Price wrote: > This happens with darcs 1.0.5 on a powerpc Mac OS X 10.4.4 system. > > Just letting you know. > > Michael > > mpib:~/tmp michael$ darcs get > http://common-lisp.net/project/cl-mathstats/darcs/cl-mathstats > Copying patch 18 of 18... done! > Applying patch 2 of 18... Unapplicable patch: > Fri Oct 7 15:09:22 EDT 2005 Gary King > * meta.math and meta.statistics -> metabang.math and > metabang.statistics > > darcs failed: Error applying hunk to file ./dev/metabang.math.system > _______________________________________________ > cl-mathstats-devel mailing list > cl-mathstats-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-mathstats-devel -- Gary Warren King metabang.com http://www.metabang.com/