[darcs-users] More confusion

Tupshin Harper tupshin at tupshin.com
Thu May 6 02:19:39 UTC 2004


Adam Megacz wrote:

>Man, I'm still having a hard time wrapping my head around some of this.
>
>The following command sequence (and responses) make no sense... when I
>rollback, darcs should either undo (in the working directory) the fact
>that I created the file (in which case the file should disappear) or
>else it should not (in which case me changing the file should count as
>a recordable change).
>
>Is this confusing to anybody else?
>
>  - a
>  
>
After doing the rollback, the file foo no longer existed in the 
repository. Therefore, the last record statement won't see the file 
unless you do a "look-for-adds". Changing that last line to:
darcs record --look-for-adds -am foo2
works fine.

-Tupshin





More information about the darcs-users mailing list