-
-
Notifications
You must be signed in to change notification settings - Fork 90
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 installation not found. #389
Comments
Unable to replicate on my windows machine. Was this working on 1.44.0? |
You also shouldn't need to specify the path in settings as |
working on 1.44.1 |
Are you still having a problem? |
c:\Program Files\TortoiseSVN\bin>svn.exe --version
svn, version 1.10.3 (r1842928)
compiled Oct 8 2018, 22:14:05 on x86-microsoft-windows
Copyright (C) 2018 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- using serf 1.3.9 (compiled with 1.3.9)
- handles 'http' scheme
- handles 'https' scheme
The following authentication credential caches are available:
* Wincrypt cache in C:\Users\yanleichang\AppData\Roaming\Subversion c:\Program Files\TortoiseSVN\bin>echo %errorLevel% c:\Program Files\TortoiseSVN\bin>svn.exe help checkout
拒绝访问。 |
The problem is length of help command |
🎉 This issue has been resolved in version 1.44.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
thanks |
hi, Below is the relevant information about vscode: I follow the instructions above to execute the results as follows: C:\Program Files\TortoiseSVN\bin>svn.exe --version Copyright (C) 2018 The Apache Software Foundation. The following repository access (RA) modules are available:
The following authentication credential caches are available:
C:\Program Files\TortoiseSVN\bin>echo %errorLevel% C:\Program Files\TortoiseSVN\bin>svn.exe help checkout If specified, REV determines in which revision the URL is first If PATH is omitted, the basename of the URL will be used as If --force is used, unversioned obstructing paths in the working See also 'svn help update' for a list of possible characters Valid options: Global options: C:\Program Files\TortoiseSVN\bin>echo %errorLevel% thank you so much! |
I know this has been closed a while but i figured you would probably want this on the same thread as opposed to opening a new one... I have put the path into my system path, trid several different iterations of environment variables. i have updated the svn.path in vscode settings.and have tried multiple variations, like path via environment variables, actual paths, short-code paths like |
Issue
Svn installation not found.
but
my vscode setting
"svn.path": "C:\Program Files\TortoiseSVN\bin\svn.exe",
Steps to Reproduce
SVN Output
Screenshots
The text was updated successfully, but these errors were encountered: