On Tue, Nov 11, 2008 at 12:39 PM, Christian Kellermann
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am one step further in solving my failing tests using the haskell
> shell harness script, and one step closer to madness. It seems that
> at least on my system darcs record does not recognize changes to
> files until I add a touch file; sleep 1 sequence before recording.
> For example:
>
> A common sequence looks like this:
> cd temp2
> echo third > a
> darcs record -am 'first to third'
> cd ..
>

Try,
darcs -record --ignore-times -am 'first to third'

It sounds like our diff optimization to by default only look at files
with a modified time is biting us?

Jason
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to