M2 Ventura Subversion - svnserve command not found #4186
Unanswered
sonicnick
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
Are you sure For example, on ZSH, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I have subversion running under Ventura on an M2 Mac mini - I can check out local files and svnadmin commands are working.
However when connecting from another machine eg:
svn list svn+ssh://myuser@my.ip.addr/Users/myuser/myrepo
I get the response:
Which seems to indicate that svnserve is not found in the paths. However my path seems to contain the relevant pointers
/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin
The repo was setup under the same user as the connection and has admin rights.
I can also call svnserve via ssh just not is seems via the svn+ssh connection
Now I'm stuck, and cant seem to make it work.
Beta Was this translation helpful? Give feedback.
All reactions