Hi,
Whenever I call Relocate in SVNCOM, I get an E_INVALIDARG. I looked at the source code for 1.5.1.2 and in SVNClient.cpp, CSVNClient::Relocate, there's a line that says:
if (!sPath || !sFrom || sTo) SVN_CALL_ERROR(E_INVALIDARG, "Path is absent.");
There's no ! in front of sTo. This looks like a bug to me. Is it?
Thanks, Bob Alexander expressor software
|