This might happen for svn over ssh. After the subversion upgrade, we started to get
svn: No repository found in 'svn+ssh://...'
To fix this, go to the svn server, and do the following:
# cd /usr/bin
# ls -l svn*
If you don't see the soft link of svnserve linking to your customized "svnwrapper.sh" (or whatever file name you call it), then do this:
# mv svnserve svnserve-daemon
# ln -s /usr/local/bin/svnwrapper.sh svnserve
This should fix it.
Recent comments
9 weeks 4 days ago
14 weeks 2 days ago
25 weeks 6 days ago
26 weeks 1 day ago
28 weeks 2 days ago
35 weeks 2 hours ago
37 weeks 23 hours ago
39 weeks 23 hours ago
47 weeks 9 hours ago
1 year 3 weeks ago