Descargar un repositorio SVN?


Estoy buscando una herramienta en línea que me permita descargar un repositorio SVN en línea (código de Google, etc.).

¿Sabes algo?

Actualización
Quiero descargar la carpeta principal y todas sus subcarpetas y contenido, sin instalar nada en mi computadora.

Author: Shimmy, 2011-12-05

10 answers

Si desea una GUI para acceder a los repositorios SVN, puede usar http://tortoisesvn.tigris.org / (y su Repobrwoser) Si desea una herramienta basada en navegador, para navegar por CUALQUIER repositorio de SVN sin instalar SVn en su máquina, no tengo una herramienta de este tipo. Solo conozco herramientas para instalar en su servidor web y necesitaba un cliente SVN instalado en estos servidores. Para pagar o exportar un repositorio svn necesita un cliente svn. (o copia los archivos desde la línea de comandos=))

 3
Author: Thargor,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-12-05 14:40:01

Si desea descargar el repositorio SVN en línea (por ejemplo, Google Code) sin instalar nada, puede usar wget:

wget -m -np http://myproject.googlecode.com/svn/myproject/trunk/

Si se requiere autorización, puede usar las banderas --user y --ask-password, que le pedirán su contraseña:

wget --user=yourusername --ask-password -m -np http://myproject.googlecode.com/svn/myproject/trunk/

 114
Author: niutech,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2015-04-21 13:34:57

Utilidad.NET para descargar archivos de proyecto de código de Google(SVN). También tiene soporte Git. Requiere .Net 2.0

Http://downloadsvn.codeplex.com /

 14
Author: user3214758,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-01-20 10:45:01

Instale svn, vaya a su directorio y luego ejecute el comando svn checkout <url-to-repostitory> ..

Por favor, proporciónenos algunos detalles como su sistema operativo y qué/dónde desea descargar.

 8
Author: Dunhamzzz,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-12-05 14:38:20

Regístrate en github y luego usa:

Https://import.github.com/new.

Instrucciones:

Https://help.github.com/articles/importing-from-subversion/#importing-a-subversion-project-to-git-using-svn2git

Una vez que tengas un repositorio de git en github puedes descargar zip

 3
Author: tmx,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-05-06 19:48:48

Uno de la parte superior izquierda en Google Code tiene un enlace"Checkout"

Haga clic en eso y obtendrá una sugerencia de línea de comandos:

Command-line access

Use this command to anonymously check out the latest project source code:

 Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://yourfolder.googlecode.com/svn/trunk/ yourfolder-read-only

Si solo desea una subcarpeta, agréguela después del tronco

Si está en Linux y tiene SVN instalado, solo CD a la carpeta donde desea que se instale primero, ejecute el comando anterior: se descargará rápidamente

Probé todas las otras sugerencias y esto es lo único que funcionó, no pude hacerlo con bazaar o svnDownloader app.

 2
Author: Gareth Thomas,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-01-02 00:59:23

La página de Google tiene un enlace que puede descargar el código fuente y el árbol completo.

Vaya a la pestaña Source , luego haga clic en Browse

Http://www.planethost.gr/so/gbrowse.png

Luego ves el enlace para descargarlo como:

Http://www.planethost.gr/so/gdownloadzip.png

 2
Author: Aristos,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-09-11 10:07:32

Si estás hablando de comprobarlo, probablemente quieras la propia subversion. Si estás interesado en la historia, usaría git-svn. Si quieres el verdadero clon de Subversion, no lo sé, había algo. :)

 1
Author: Michael Krelin - hacker,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-12-05 14:37:41

Si tiene proxy, sugiero usar SVNGITDownloader está bajo. NET Framework y su código fuente está disponible

 0
Author: sayyed mohsen zahraee,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-03-16 11:26:16

Para mí DownloadSVN es el mejor cliente SVN no instalar no explorar integración shell así que no hay necesidad de preocuparse por la inestabilidad del sistema pequeño y muy ligero y hace un gran trabajo recientemente tuve una muy mala experiencia con TortoiseSVN en mi WindowsXP_x86:) afortunadamente encontré este gran cliente SVN

 0
Author: pet29,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-08-20 16:11:15