It is partly true, that it builds on Windows cygwin out of the box. I built it using gcc 3.4.4 and had to change only 1 line: line 513 in file src/entries_parser.cpp is missing the __CYGWIN__ symbol and should read:
#if (_WINDOWS || ESVN_WIN || __CYGWIN__)
I cannot confirm how well it is working yet, because I just compiled it and am now going to dig into the documentation to find out how...
2007-11-25 01:00:10 UTC in eSvn