Cloning an svn repo fails with the latest version (3.0.17) of SourceTree for Windows.
For comparison, I can successfully run `git svn clone svnRepo -s`, where "svnRepo" is the same URL that I gave SourceTree.
The error SourceTree gives me is:
Command: perl.exe C:\Users\myUser\AppData\Local\SourceTree\app-3.0.17\tools\svn.pl info https://mySvnRepo/svn Output: Error: System.ComponentModel.Win32Exception: The system cannot find the file specified Command: git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks ls-remote https://mySvnRepo/svn Output: Error: fatal: unable to access 'https://mySvnRepo/svn': schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
Interestingly, I decided to try running `perl.exe C:\Users\myUser\AppData\Local\SourceTree\app-3.0.17\tools\svn.pl` manually, and I got the following error:
perl.exe C:\Users\myUser\AppData\Local\SourceTree\app-3.0.17\tools\svn.pl Can't locate Git/SVN/Utils.pm in @INC (you may need to install the Git::SVN::Utils module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at C:\Users\myUser\AppData\Local\SourceTree\app-3.0.17\tools\svn.pl line 3. BEGIN failed--compilation aborted at C:\Users\myUser\AppData\Local\SourceTree\app-3.0.17\tools\svn.pl line 3.
Please fix this bug.
- relates to
-
SRCTREEWIN-14197 Win32Exception access is denied on all git commands
- Gathering Impact