-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svn import errors out #2
Comments
The strange thing is that the build command does not copy libapriconv-1.dll to the Release directory, although iconv was in the command line and Apachelounge's libaprutil-1.dll depends on it. I ran into a missing dll as well when I just did a 'svn --version' on the command line. The Visual SVN downloads have a libaprutil-1.dll that does not require a libapriconv-1.dll, With respect to the unrecognized scheme 'svn --version' on the Visual SVN download gives a clue:
I will try to build SVN locally, where I have serf 1.3.9 installed. Maybe it is a dependency without hint by the build command. |
The build command accepts a
|
That makes sense. I did see some references to serf when I was initially researching the problem. But was confused when neither TortoiseSVN nor Visual SVN included the |
Building serf is best done by 'scons'. From my local build script: |
Ah looks like I don't have that on my machine at the moment. I'll have to dig a bit more. |
Proof, pudding: https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x64.zip |
I see that zip also has the libapriconv-1.dll as well. |
Yes. My own builds mimic those of Apachelounge, where ibapriconv-1.dll is required. |
Looking forward to seeing an updated AppVeyor build. |
Could you test https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x64.zip now?
If it works OK, I can adjust the AppVeyor build a lot easier than with using scons. |
I will give those a try and let you know. Sorry I wasn't able to do much over the weekend. :) |
The latest build works as expected. Yay! Now to see if I can duplicate that for my own local builds... |
FYI - I got my local build script fixed using your changes: https://gist.github.com/ahwm/47dca1ae4290094a539d5dcc30338fb9 |
It does this for my own built version, too.
Command:
svn import --username blah --password blah2 "C:\temp\file.jpg" "https://svn.domain.com/test-repository/file.jpg"
This goes away if I explicitly copy this file from Apache24/bin and then I get the below error.
However, if I download the SVN binaries from https://www.visualsvn.com/downloads/ or use those bundled with TortoiseSVN, I don't get these errors.
Any ideas? I have only tried this on 1.14.0. Wondering if there's something about the build process.
The text was updated successfully, but these errors were encountered: