XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Highest
    • None
    • Affects Version/s: 3.0.17
    • Component/s: Git
    • Environment:

      Windows 10 1803

      git version 2.20.1.windows.1

      SourceTree 3.0.17

    • Severity 1 - Critical

      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.

            Assignee:
            Unassigned
            Reporter:
            cowlinator
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: