Re: accessing my repository from another computer
From: Lorenz <lorenznl_at_yahoo.com>
Date: Wed, 10 Oct 2012 13:00:55 +0000
Carmit Shiran wrote:
using the file:// protocol is not recommended for other purposes then
setting up svnserve quiet easy:
either run it from the command line as required
svnserve -d --root <path-to-repo>
and close the command prompt when finished
or create a windows service (all in one line)
sc create svnserve
to run svnserve in the background automatically
see also http://svnbook.red-bean.com/nightly/en/svn.serverconfig.html
-- LorenzReceived on 2012-10-10 14:59:18 CEST |
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.