Re: svn+ssh on Mac OS X problem
From: Garry Hill <garry_at_ascii-turf.net>
Date: 2004-07-28 18:46:43 CEST
> svn list svn+ssh://[mac name]/usr/local/svn
i had the same thing, easy to fix though. the system expects to find svnserver at /usr/bin/ but it's likely that you've installed it somewhere else (you using fink or darwin ports?)
the fix is to do
ln -s `which svnserve` /usr/bin/svnserve
to create a link to your svnserve binary in the /usr/bin directory
should work after that. i don't know why svn doesn't look on your path ... bug maybe?
good luck,
g
Winston Rast [Wednesday, July 28, 2004] wrote:
> I'm a newbie so please excuse the probably stupid question.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.