> The reason is that contrib/svn-fe, where remote-svn is in, is not yet built
> automatically by the toplevel makefile, so the remote helper can't be found.
> If you build it manually it should work.
> Working on it ..
Hi Florian,
the compilation as such is started, but gives problems on Mac OS X:
CC remote-testsvn.o
remote-testsvn.c: In function ‘check_or_regenerate_marks’:
remote-testsvn.c:142: warning: implicit declaration of function ‘getline’
CC vcs-svn/line_buffer.o
CC vcs-svn/sliding_window.o
CC vcs-svn/fast_export.o
CC vcs-svn/svndiff.o
CC vcs-svn/svndump.o
AR vcs-svn/lib.a
LINK git-remote-testsvn
Undefined symbols:
"_getline", referenced from:
_cmd_import in remote-testsvn.o
(maybe you meant: _strbuf_getline)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [git-remote-testsvn] Error 1
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html