First off just downloaded the package and copied over to my server and
it's wicked easy! That said, I'm soo not a php guy that it's not
funny. I did modify the $repo variable and managed to get a different
error:
Parse error: syntax error, unexpected T_VARIABLE in /home/svn/repos-
web/open/log/index.php on line 28
here is a copy of my svn conf file:
<Location /repos>
DAV svn
SVNParentPath /home/svn
SVNListParentPath On
SVNIndexXSLT "/repos-web/view/repos.xsl"
AuthType Basic
AuthName "Private SVN Repository"
AuthUserFile /etc/subversion/passwd
Require valid-user
</Location>
On Jun 24, 11:55 am, Staffan <
sols...@gmail.com> wrote:
> If you don't use SVNParentPath set
>
> $repo = file:///srv/svn/Demo;
> $repoparent = false;
>
> /Staffan
>
> On Tue, Jun 23, 2009 at 10:37 PM, Charith
>
> Jayawardana<
charith.jayaward...@gmail.com> wrote:
> > I have SVNPath set to /srv/svn/Demo
> > I have SVNParentPath commented out.
>
> > oh another thing is that, im running multiple SVN servers off of the same
> > subversion install.
> > I have a folder /srv/svn and inside that I have a Demo svn server, MyCode
> > svn server, Projects svn server.
>
> > the settings for all these servers are in dav_svn.conf file. I have multiple
> > <location> </location> tags. is this the proper way to do this?
>
> > On Wed, Jun 17, 2009 at 10:14 AM, Staffan <
sols...@gmail.com> wrote:
>
> >> What's your SVNParentPath in the <Location> block in apache?
>
> >> /Staffan
>
> >> On Tue, Jun 16, 2009 at 1:52 AM, Charith<
charith.jayaward...@gmail.com>