2007/7/19, C. Michael Pilato <cmpilato@xxxxxxxxxx>:
Guillaume Antier wrote:
> Hello, i would like to know if there is a way to list several
> repository folders with the same ViewVC?
>
> For example i have this in my viewvc.conf:
> "root_parents = \\serveur1\SVN : svn"
>
> And i would like to add an other folder (which also contains svn
> repositories): \\serveur2\SVN, for example.
>
> I tried to add the second folder after the first and separate them
> with a comma (like it is said in viewvc.conf's comments) but i got an
> internal error :/
> I didn't found any answer in the FAQ and with google so i ask here :)
Did you do this?
root_parents = \serveur1\SVN, \serveur2\SVN : svn
Because that's not exactly the right format. You want:
root_parents = \serveur1\SVN : svn,
\serveur2\SVN : svn
When i try this syntax:
"root_parents = \serveur-dell\SVN : svn,
\serveur-meca\SVN : svn"
I obtain an internal error:
"Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator,
stg-qualite@xxxxxxxxxxxxxxxxxxxx and inform them of the time the error
occurred, and anything you might have done that may have caused the
error.
More information about this error may be available in the server error log.
Apache/2.0.59 (Win32) SVN/1.4.4 mod_python/3.3.1 Python/2.5.1 DAV/2
Server at localhost Port 80"
:(
--
Guillaume Antier
|
|