[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Could not open the requested SVN filesystem

From: Amimusa MAN U <amimusa_at_gmail.com>
Date: Wed, 27 Aug 2008 17:11:18 +0200

Hi, thanks for your time.

I will appreceite if anybody can tell me why I get this error. If mre
info is needed, please ask for me to try to proporcionate.

Follow the description of my problem and some information.

Thanks in advance.

SO. GNU/Linux Debian
amimusa:/etc/apache2/mods-enabled# svn --version
svn, versión 1.4.2 (r22196)
   compilado Nov 10 2006, 17:39:50

# dav_svn.conf
<Location /svn_azahar1991>
  DAV svn
  SVNPath /var/svn-repos/azahar1991
# also tried SVNPath /var/svn-repos/
# and SVNParentPath /var/svn-repos/
  AuthType Basic
  AuthName "Subversion Repository"
  AuthUserFile /etc/apache2/dav_svn.passwd
  Require valid-user
# SSLRequireSSL
</Location>
 
 
### PRBLEM ###
manou@nomada:~$ svn list http://amimusa.net/svn_azahar1991
Reino de autentificación: <http://amimusa.net:80> Subversion Repository
Clave de 'manou':
svn: requerimiento PROPFIND falló en '/svn_azahar1991'
svn: Could not open the requested SVN filesystem
 
#-- File Permissions
amimusa:/var# ls -l | grep svn
drwxrwx--- 3 www-data subversion 4096 2008-08-27 14:52 svn-repos
amimusa:/var# cd svn-repos/
amimusa:/var/svn-repos# ls -l
total 8
drwxrwx--- 7 www-data subversion 4096 2008-08-02 15:25 azahar1991
-rw-r--r-- 1 manou manou 3 2008-08-27 14:52 kk

NOTE: kk is a new file created and edited with manou uer which pertains to www-data and subversion group

amimusa:/var/svn-repos/azahar1991# ls -l
total 28
drwxrwx--- 2 www-data subversion 4096 2008-08-02 15:25 conf
drwxrwx--- 2 www-data subversion 4096 2008-08-02 16:30 dav
drwxrwx--- 5 www-data subversion 4096 2008-08-27 14:48 db
-rwxrwx--- 1 www-data subversion 2 2008-08-02 15:25 format
drwxrwx--- 2 www-data subversion 4096 2008-08-02 15:25 hooks
drwxrwx--- 2 www-data subversion 4096 2008-08-02 15:25 locks
-rwxrwx--- 1 www-data subversion 229 2008-08-02 15:25 README.txt
 

amimusa:/etc/apache2/mods-enabled# cat /etc/group | grep manou
dialout:x:20:manou
cdrom:x:24:manou
floppy:x:25:manou
audio:x:29:manou
www-data:x:33:manou
video:x:44:manou
plugdev:x:46:manou
manou:x:1000:
subversion:x:1004:manou,www-data

#-- from an existing checkout, no problem to commit
manou_at_nomada:~/testcheckout$ svn status
M azahar1991_storeData.txt
manou_at_nomada:~/testcheckout$ svn commit
Enviando azahar1991_storeData.txt
Transmitiendo contenido de archivos .
Commit de la revisión 18.
manou_at_nomada:~/testcheckout$

manou_at_nomada:~/testcheckout$ svn info .
Ruta: .
URL: svn+ssh://amimusa.net/var/svn-repos/azahar1991
Raíz del repositorio: svn+ssh://amimusa.net/var/svn-repos/azahar1991
UUID del repositorio: 9ec796fc-e1a1-42c3-b01f-3b91820af448
Revisión: 16
Tipo de nodo: directorio
Agendado: normal
Autor del último cambio: manou
Revisión del último cambio: 16
Fecha de último cambio: 2008-08-02 17:52:00 +0200 (sáb, 02 ago 2008)

Thanks

-- 
Amimusa MAN U <amimusa_at_gmail.com>
Amimusa MAN U
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-27 17:11:49 CEST

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.