[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SVN con SSL



Tengo un problema, en un server instalé un subversion + apache2 + libdav y libdav-svn y toda la bola, lo configuré y anda todo, preacticamente tengo un webdav-svn bajo HTTPS, y lo probe en el mismo server y funciona, pero en el server de pruebas que tenemos aca abajo, quiero cambiar la url de los repositorios o hacer un checkout y me tira:

developer:~# svn co https://svn.servercom/code/test
svn: SSL is not supported

Arriba tenia Debian Squeeze y en el de desarrollo Lenny, asi que sin romperme mucho la cabeza hice un dist-upgrade a Squeeze, pero me sigue tirando lo mismo:

developer:~# cat /etc/issue
Debian GNU/Linux 6.0 \n \l

No se que falta, openssl esta instalado, subversion en su ultima version,,,

root@Carl-Rep:~# svn --version
svn, version 1.6.12 (r955767)
   compiled May 31 2011, 16:12:12

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme


developer:~# svn --version
svn, version 1.6.12 (r955767)
   compiled Sep  1 2010, 16:35:24

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme


No se que tengo que instalar para poder usar SSL, en todos lados dicen que es compilando en subversion con --with-ssl pero debian deberia ser otra cosa

--
El Tio ~ Programador, hacker y filósofo
web: http://blog.exodica.com.ar
Linked'in: http://www.linkedin.com/in/ogentilezza
Twitter: @exos, Indeti.ca: @exos
Tels: [+54 11] 638-LINUX (54689) - [+54 9 11] 6799-4797


Reply to: