[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: Eric Lemings <lemings_at_roguewave.com>
Date: 2007-04-23 19:31:14 CEST

Yep, that was the problem. Thanks!

> -----Original Message-----
> From: Mark W. Shead [mailto:mwshead@gmail.com]
> Sent: Monday, April 23, 2007 11:21 AM
> To: Eric Lemings
> Cc: users@subversion.tigris.org
> Subject: Re: Troubleshooting Subversion
>
> >
> > [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:32:18 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.