NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
nexus2
Apr 05, 2009Follower
Subversion ( SVN ) Add-on
Hello, Super-Poussin removed the SVN add-on and I was hoping someone (or Super-Poussin) could please update it and bring it back. What was outdated with the old one anyway? I ask because I really do...
oif_vet
Nov 05, 2009Aspirant
Has anyone had a problem with svnserve not being found? I just installed the Add-on, created a repo using the command-line, and loaded my dumped copy in. I can browse the repo fine in a web browser, but anytime I use svn+ssh, I get the following:
! svn list svn+ssh://myusername@mynas.local/svn
bash: line 1: svnserve: command not found
svn: Network connection closed unexpectedly
From Googling, it appears that svnserve isn't in the path. But I have added /opt/rfw/bin to every place I could find, and still no dice. If I ssh in as root or myusername, svnserve is found w/ no problem.
Please help!
---
[edit]
I was messing around with ssh commands and came across this interesting scenario:
The directory is in the path... the program is there... why can't it be run?
! svn list svn+ssh://myusername@mynas.local/svn
bash: line 1: svnserve: command not found
svn: Network connection closed unexpectedly
From Googling, it appears that svnserve isn't in the path. But I have added /opt/rfw/bin to every place I could find, and still no dice. If I ssh in as root or myusername, svnserve is found w/ no problem.
Please help!
---
[edit]
I was messing around with ssh commands and came across this interesting scenario:
! echo 'which svnserve' | ssh -T root@mymachine.local
/opt/rfw/bin/svnserve
! echo 'echo $PATH' | ssh -T root@mymachine.local
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/opt/rfw/bin
! ssh root@mymachine.local /opt/rfw/bin/svnserve
You must specify exactly one of -d, -i, -t, or -X
Type '/opt/rfw/bin/svnserve --help' for usage
! ssh root@mymachine.local svnserve
bash: line 1: svnserve: command not found
The directory is in the path... the program is there... why can't it be run?
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!