You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by ja...@poboxes.com on 2004/04/07 22:26:47 UTC

[bug] No debug output from 'svnserve' with --foreground

I'm trying to analyze why svnserve does not serve repository:

    root@cante:/srv/svn# svn list svn://localhost/
    svn: No repository found in 'svn://localhost'

Please improve debug possibilities, because doing:

    root@cante:/var/log# svnserve  --foreground --root=/srv/svn --daemon

does not give any output. The erro rin above line is that /srv/svn is not
a valid repository, but /srv/svn/repos would have been. The debug message
could say something about "missing administrative files in /srv/svn".

I'm running:

    svn, version 1.0.1 (r9023)
    compiled Mar 15 2004, 06:28:57

Btw. /srv is FHS 2.3+ suggested directory.

Jari

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org