Excerpts from Alexandr N. Zamaraev's message of Sun Aug 03 16:21:14 +0200 2008: > Nicolas Pouillard wrote: > > Excerpts from Alexandr N. Zamaraev's message of Sat Aug 02 12:23:26 +0200 > > 2008: > >> I have repository 'cabal-install' ~5.5mb > >> If calling command "darcs pull -a" darcs buzz using 100% CPU > Prelude: > After change darcs 1 to darcs 2 attempts to pulling (darcs pull) led to > the collapse and take the direction of the recovery (darcs rerair). > darcs rerair also crash with messages "file > 200xxxxxxx-xxxx-xxxxxxxxxxxxx.gz do`nt present"... > I get these files from http://darcs.haskell.org/cabal-install and put to > _darcs\patches > After get 2 or 3 files rerair work Ok. > Bat "darcs pull -a" buzz using 100% CPU > Console session: > D:\Lang\sf.net\darcs\cabal-install>darcs pull -a > Pulling from "http://darcs.haskell.org/cabal-install"... > Merging them 1/19 > > > * Have you a lot of local changes? (darcs whatsnew -s) > I do not change source.
You haven't changed the sources yourself, but the repo is in a dirty state, try to revert all changes (darcs revert --all), and then pull again. > Bat output: > D:\Lang\sf.net\darcs\cabal-install>darcs whatsnew -s > R ./Hackage/ > R ./Hackage/Check.hs > R ./Hackage/Clean.hs > R ./Hackage/Config.hs > R ./Hackage/Dependency/ > R ./Hackage/Dependency.hs > R ./Hackage/Dependency/Bogus.hs > R ./Hackage/Dependency/Naive.hs > R ./Hackage/Dependency/TopDown/ > R ./Hackage/Dependency/TopDown.hs > R ./Hackage/Dependency/TopDown/Constraints.hs > R ./Hackage/Dependency/TopDown/Types.hs > R ./Hackage/Dependency/Types.hs > R ./Hackage/Fetch.hs > R ./Hackage/HttpUtils.hs > R ./Hackage/IndexUtils.hs > R ./Hackage/Info.hs > R ./Hackage/Install.hs > R ./Hackage/InstallPlan.hs > R ./Hackage/List.hs > R ./Hackage/Logging.hs > R ./Hackage/ParseUtils.hs > R ./Hackage/Reporting.hs > R ./Hackage/Setup.hs > R ./Hackage/SetupWrapper.hs > R ./Hackage/SrcDist.hs > R ./Hackage/Tar.hs > R ./Hackage/Types.hs > R ./Hackage/Update.hs > R ./Hackage/Upload.hs > R ./Hackage/Utils.hs > M ./LICENSE -5 +1 > R ./Main.hs > M ./README -26 +104 > R ./Setup.hs > R ./bash-completion/ > R ./bash-completion/cabal > M ./cabal-install.cabal -34 +35 > R ./tests/test-cabal-install > R ./tests/test-cabal-install-user > > * Have you local patches? (darcs send --dry-run -a) > Output: > D:\Lang\sf.net\darcs\cabal-install>darcs send --dry-run -a > Creating patch to "http://darcs.haskell.org/cabal-install"... > Patch bundle would be sent to: [EMAIL PROTECTED] > No recorded local changes to send! OK so no conflicts can happen from this. > > * Do you know what is the download library used by the > > darcs commands you use (wget, curl with pipelining, curl without...)? > I hawe wget from msys: GNU Wget 1.9.1 OK. -- Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
