Foros del Web » Programando para Internet » GIT »

Ayuda con SVN en virtualHost

Estas en el tema de Ayuda con SVN en virtualHost en el foro de GIT en Foros del Web. Buenas a todos, por favor necesito su ayuda, estoy montando un servidor de versiones con Apache, quiero configurar el svn en un virtualhost de apache, ...
  #1 (permalink)  
Antiguo 08/12/2010, 17:58
Avatar de argy  
Fecha de Ingreso: octubre-2007
Ubicación: Longitud 75º Latitud 18º Sur
Mensajes: 614
Antigüedad: 16 años, 5 meses
Puntos: 18
Ayuda con SVN en virtualHost

Buenas a todos, por favor necesito su ayuda, estoy montando un servidor de versiones con Apache, quiero configurar el svn en un virtualhost de apache, pero no me está funcionando, tengo la siguiente configuracion del virtual

Código PHP:
<VirtualHost 192.168.1.200:80>
     
ServerAdmin webmaster@svn.miweb.com
     DocumentRoot 
"D:/www/svn"
     
ServerName svn.miweb.com
     ServerAlias svn
.miweb.com
    
<Location />
         
DAV svn
        SVNListParentPath on
        SVNParentPath D
:/www/svn
        
#SVNIndexXSLT "/svnindex.xsl"
        
AuthType Basic
        AuthName 
"Test SVN"
        
AuthUserFile passwd
        order allow
,deny
        allow from all
        
<LimitExcept GET PROPFIND OPTIONS REPORT>
        Require 
valid-user
        
</LimitExcept>
    </
Location>
     
LogLevel warn
     ErrorLog logs
/svn.miweb-error_log
     CustomLog logs
/svn.miweb-access_log common
     ServerSignature On
 
</VirtualHost
como cliente estoy utilizando el TortoiseSVN, y cuando quiero importar, me sale el siguiente error

Código PHP:
Import D:wwwapp1 to http://svn.miweb.com/app1
Could not open the requested SVN filesystem 
y en el log de error para el virtualhost me sale lo siguiente

Código PHP:
[Wed Dec 08 18:35:43 2010] [error] [client 192.168.1.200] (20014)Internal errorCan't open file 'D:wwwsvnapp1formatEl sistema no puede hallar la ruta especificada
entonces creé la carpeta de subversion app1 con tortoiseSVN, luego intenté nuevamente importar y me sale el siguiente error.

Código PHP:
Import D:wwwapp1 to http://svn.miweb.com/app1
Repository moved permanently to 'http://svn.miweb.com/app1/'please relocate 
Espero su ayuda.
__________________
Software libre para un mundo libre.

Eventualmente en el foro.

Etiquetas: apache, svn, virtualhost
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 01:06.