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

Re: svnserver: alternative to configuring the apache config file?

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: 2007-11-13 11:07:31 CET

On 13/11/2007, Ian S. Worthington <ianworthington@usa.net> wrote:
> In the documentation for tsvn setup it has a section on using svnserver as a
> light-weight, faster alternative to Apache, which sounds the way to go.
>
> But then it says: "If you have not yet created a repository, follow the
> instructions given with the Apache server setup Section 3.1.4,
> "Configuration".", where it gives instructions for editing the Apache
> config file.
>
> I'm unsure what the equivalent process for configuring svnserver is.

Oops, that's not right.

svnadmin create --fs-type fsfs MyNewRepository

Will convert an empty directory called MyNewRepository in the current
directory into a repository.

I recommend using the --root option to specify a root directory in
which to place your repository directories.

Assuming you are using Windows:

mkdir c:\svn_repos
mkdir c:\svn_repos\test1
svnadmin create --fs-type fsfs c:\svn_repos\test1
svnserve.exe --daemon --root c:\repos

You should then be able to use TSVN to checkout svn://YourServerURL/test1

I would also recommend running svnserve as a service (for which the
docs are correct :-)

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Nov 13 11:07:44 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.