JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

Repos in a mounted file system are not always detected #1603

Closed kkeri closed 6 months ago

kkeri commented 1 year ago

Issue

I have a directory mounted by sshfs with multiple subdirectories with svn repos in them. There are externals in some of the repos. Sometimes when I open the mounted directory in VS Code, svn repos are not detected by the extensions, however the mounted file system is visible from the shell. At other times they are properly detected and I can even update and commit.

I don't know whether this is a supported use case but I would like a well defined behavior.

Steps to Reproduce

  1. Mount the directory.
  2. open the directory in VS Code.

SVN Output

Using svn "1.14.1" from "svn"

Note: I would be happy with manual (re)detection of repositories if it is possible.

kkeri commented 1 year ago

Update: I was able to update and commit from my mounted working copies via the svn command line tools, even if the extension cannot detect them.