Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[subversion] Could not open the requested SVN filesystem (Ab
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Overpeer
Apprentice
Apprentice


Joined: 17 Mar 2004
Posts: 200
Location: Valencia

PostPosted: Tue Jan 10, 2006 4:14 pm    Post subject: [subversion] Could not open the requested SVN filesystem (Ab Reply with quote

Hola.

Intento montar un servidor SVN pero no consigo hacerlo ni con apache ni con svnserve :S

Al abrir con el navegador la direccion http://192.168.1.88/svn/SAE me da el siguiente error:

Code:

<D:error>
<C:error/>
<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>


En mi /etc/apache2/httpd.conf tengo puesto al final:

Code:

<Location /svn>
DAV svn
SVNParentPath /home/svnsae/SAE
AuthType Basic
AuthName "Repositorios de Subversion"
AuthUserFile /etc/apache2/passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>


Tengo los dos modulos de dav y dav_svn correctamente instalados y cargados en el archivo de configuracion httpd.con.
El repositorio esta creado usando 'svnadmin create SAE' en /etc/svnsae/.

Ni me pide pass ni me pide nada.

Estoy probando con Tortoise SVN a conectar y tampoco, me dice que no se ha encontrado ningun repositorio.

Que debo estar haciendo mal??

Un saludo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum