[darcs-users] How to pull all patches recorded before a given date?
Matthias Fischmann
fis at wiwi.hu-berlin.de
Mon Oct 2 16:49:55 UTC 2006
me again,
installing darcs finally works, but there were some obstacles that
might be bugs or not. feel free to enlighten me, or use this as a bug
report. i checked out darcs from
darcs get http://www.abridgegame.org/repos/darcs/
and got complaints that symbols were multiply defined in
Repository.lhs, lines 42 and 43. the following patch works:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
darcs$ darcs diff
diff -rN old-darcs/Repository.lhs new-darcs/Repository.lhs
42c42
< import DarcsRepo ( seekRepo, youNeedToBeInRepo )
---
> -- import DarcsRepo ( seekRepo, youNeedToBeInRepo )
61a62,66
> seekRepo :: IO Bool -> Either String FilePath -> IO (Either String FilePath)
> seekRepo = DarcsRepo.seekRepo
> youNeedToBeInRepo :: String
> youNeedToBeInRepo = DarcsRepo.youNeedToBeInRepo
>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
(and i just realize that disabling -Werror may have done the trick
just as well), but there should be a better way to solve this issue,
right? why is this not bothering anybody except me?
anyway, time machine access to my repo works smoothly now. thanks!
matthias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.osuosl.org/pipermail/darcs-users/attachments/20061002/7ffc7345/attachment.pgp
More information about the darcs-users
mailing list