Re: A problem trying to use svn:// and http:// for a same repository at the same time
From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 20 Dec 2010 11:43:44 +0100
On Sun, Dec 19, 2010 at 11:03:16PM -0800, David wrote:
How did you really invoke svnserve? Did you pass any options?
You need to tell svnserve where to find repositories.
> #configure ./one/conf/svnserve.conf, authz, passwd
svnserve in daemon mode can only listen on a single IP address.
> It is ok to view logs via TortoiseSVN-->Show log
Try something like this:
svnserve --listen-host 172.18.127.148 --root /local/svn/root/repository
You should now be able to connect to either repository.
svn://172.18.127.148/one
Stefan
|
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.