Hello Michael!
...
> This file got added in r140. I'm trying to see the differences between
> now and r139. I'm at r143.
>
> Why did I get this error?
Because "fsvs diff" is buggy, in that a file that does not exist at the
revision you're trying to diff against it'll throw that error.
In other words:
FSVS tries to get all local files diffed against r139; as this file
doesn't exist there (it was added in r140), it breaks.
I have that on my TODO list; I'm planning to change "revert" (and then
"diff") behaviour to get it more like "update", ie. that it works with
changed file types (file -> symlink; directory -> link; removed entries
and so on).
Sorry; this is just a bug confirmation.
I don't have any immediate help for you; my best bet would be to change
df__do_diff(): if a rev__get_file() gives this error, use /dev/null to
diff against instead.
HTH. If you're trying to change that, please send a patch (even if it's
only half-finished) - then I could incorporate that in the meantime.
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]