Am 13.08.2010 02:08, schrieb Jonathan Nieder:
(pruned Ccs)
Johannes Sixt wrote:
Am 8/12/2010 1:35, schrieb Junio C Hamano:
* jn/svn-fe (2010-08-09) 10 commits
[...]
This fails to build under MinGW because we don't have strtok_r() and a
whole lot of other things that I didn't even look at. Can we have an
opt-in or opt-out for this?
How about something like this instead?
-- 8< --
Subject: vcs-svn: Port to Windows
MSys #define-s dirent away. Avoid trouble by avoiding that
identifier.
Windows does not have strtok_r (and while does have an identical
strtok_s, but it is not obvious how to use it). Grab an
implementation from glibc.
The svn-fe test fails in the “svn export” step because of the
lack of symlink support. With a less ambitious dump, it passes.
Cc: Johannes Sixt<j6t@xxxxxxxx>
Cc: Ramkumar Ramachandra<artagnon@xxxxxxxxx>
Signed-off-by: Jonathan Nieder<jrnieder@xxxxxxxxx>
Thanks, it compiles with this patch and passes the test suite.
Acked-by: Johannes Sixt<j6t@xxxxxxxx>
The license, LGPL 2.1 or later is OK, I assume?
-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html