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

Re: Troubleshooting Subversion

From: Mark W. Shead <mwshead_at_gmail.com>
Date: 2007-04-23 19:20:56 CEST

>
> [root_at_server ~]# svn list file:///var/www/html/svn
> proj1/
> proj2/
> proj3/
>

I missed this the first time. If this works correctly then you have
a single repository called svn with three sub projects in it. The svn
directory is your repository..not your directory of repositories.
File level access won't show you a list of repositories if you ask
for a list of directories (at least it doesn't in 1.3.1 or 1.4.0
which is what I just tested it on).

Which means...

> <Location /svn>
> DAV svn
> SVNParentPath /var/www/html/svn

Your parent path is pointing to an actual repository...not the parent
directory of all your repositories. If you change it to SVNPath, I
think it will work. (Assuming you haven't moved the repository
somewhere else. If so use SVNPath /var/wherever/svn.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 23 19:21:21 2007

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.