> I have been using Darcs to version-control the ASCII dumps of a Postgresql
> database. The dump is ~ 15 MB in size.
Wolfgang,
Darcs is the wrong tool for this job. For keeping machine-generated
files of that size, I would recommend a snapshot-based rather than
delta-based tool.
Git or Mercurial should fit the bill.
Juliusz