On Thu, 25 May 2006, Stas Pirogov wrote:
> Well my major problem these days is that I can't normally diff versions
> of the repositories. And I couldn't find any 'cvs log' alternative.

darcs changes appears to be the way to do that.

> Dunno if this is only Solaris, but any darcs diff operation returns me
> following:
>
> darcs: /tmp/new-netrek-server: setCurrentDirectory: does not exist (No such file or directory)

It looks like darcs creates a new directory under /tmp when you do
a diff and puts a bunch of files in it, then diffs them.  Maybe you
should set TMPDIR to a directory you have write access to.