You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Kevin M. Green" <ke...@smooware.com> on 2005/03/08 05:59:35 UTC

SVNSERVE -d not starting on Windows 2003 Server

Hello,

 

I hope this is the correct location to post this type of inquiry.

 

I have just downloaded and installed the following package:


Name

svn-1.1.3-setup.exe


Status

Stable 


Description

Windows installer with the basic Subversion Win32 binaries.


Created by 

josander <ma...@josander.net>  on Thursday, January 20, 2005 


Last modified by

josander <ma...@josander.net>  on Thursday, January 20, 2005 


File

 <http://subversion.tigris.org/files/documents/15/20015/svn-1.1.3-setup.exe>
svn-1.1.3-setup.exe
<http://subversion.tigris.org/files/documents/15/20015/svn-1.1.3-setup.exe>
(File size: 2815.9) 

 

I installed with no issues.

 

I created a directory C:\SVN

 

Then from a cmd box I executed  

svnadmin create --fs-type fsfs c:\svn

And I created the repository.

I tried the svnlook info c:\svn and it displays date and time and 0 on the
next line.

 

Then I updated the svnserve.conf file according to the book.

[general]
anon-access = read
auth-access = write
password-db = passwd
realm = SMOOware Subversion
Then I created a passwd file in the conf folder
[users]
kevin  = foopassword
nicole  = barpassword