[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: install help

From: Lawrence Kesteloot <lk_at_teamten.com>
Date: 2004-03-02 18:34:00 CET

Hi Lorenzo,

> svn list svn+ssh://lorenzo@192.168.3.200:/svn_try
> ask me pswd
> then --> bash: svnserve: command not found :/

1. svnserve isn't in your path when your shell has no prompt. Make sure
that the directory svnserve is in (/usr/local/bin?) is always in your
path. You can test that with:

    ssh lorenzo@192.168.3.200 svnserve -i

which should give you something like:

    ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

2. You don't need the second colon.

3. The path should be absolute, something like:

     svn+ssh://lorenzo@192.168.3.200/home/lorenzo/svn_try

Lawrence

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 2 18:33:16 2004

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.