Your reading is partially incorrect:
We need to define some paths and repositories.

> This is based on your statement below that you want to access
> http://srveos:8080/dev and see a list of repositories.

Not correct, we need to view inner folders ( eos, xxx, yyy): inside them we 
want to see the list of repositories.
http://srveos:8080/dev/ 
-> eos - Folder
-> xxx - Folder
-> yyy - Folder

http://srveos:8080/dev/eos
-> Proj1
-> Proj2

We will also have something like http://srveos:8080/prod/eos/ and 
http://srveos:8080/prod/xxx.

So, we need to browse until 'eos', then see the SVN repo.
---
Stefano Mora



> -----Messaggio originale-----
> Da: Ryan Schmidt [mailto:subversion-20...@ryandesign.com]
> Inviato: venerdì 4 novembre 2011 10.31
> A: Stefano Mora
> Cc: 'users@subversion.apache.org'
> Oggetto: [SPAM] - Re: Error 500 - Trovata parola o parole remove list nel
> corpo del testo
> 
> On Nov 4, 2011, at 04:21, Stefano Mora wrote:
> 
> > i configured Apache 2.2 to handle SVN service.
> 
> The configuration you've shown is very confusing. Where did you get the
> idea that you should define Alias directives, or use a <Directory> block? 
> I'll try
> to suggest fixes below:
> 
> > We want to browse upper directory and then enter in a SVN folder.
> > The tree is outside the DocumentRoot directive.
> > This is a chunk of the httpd.conf:
> >
> > Alias       /dev/eos        e:/svnroot/dev/eos
> 
> Remove this line.
> 
> > <Directory e:/svnroot/dev/eos>
> 
> Change this line to:
> 
> <Location /dev>
> 
> This is based on your statement below that you want to access
> http://srveos:8080/dev and see a list of repositories.
> 
> >  SVNParentPath e:/svnroot/dev/eos/
> 
> The path listed in SVNParentPath should be the path to the directory
> containing all of your repositories. So if "eos" is one of your repositories, 
> then
> this should read:
> 
> SVNParentPath e:/svnroot/dev
> 
> > </Directory>
> 
> Change this line to:
> 
> </Location>
> 
> > Alias       /dev    e:/svnroot/dev
> > <Directory e:/svnroot/dev>
> >     Order allow,deny
> >     Allow from all
> >     Options Indexes
> >     IndexOptions ShowForbidden FancyIndexing HTMLTable
> </Directory>
> 
> Remove all of these lines.

Reply via email to