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

Re: Windows Subversion Install

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-06 22:01:18 CET

On Fri, 2004-02-06 at 14:56, Bryan Andrews wrote:

> I have apache working, but when I try to access http://localhost/svn
> it always fails me.

You're asking for a repository at location "/svn"...

> <Location /svn>
> DAV svn
> SVNParentPath D:\SVN

...but that location isn't a repository. It's just a *parent* of N
repositories. Try putting a real repository in there, i.e.

> svnadmin create D:\svn\myrepos
> svn checkout http://localhost/svn/myrepos

Or maybe D:\SVN is already a repository. In which case, you meant to
use SVNPath, not SVNParentPath.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 6 22:05:18 2004

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.