Actualizar del Repositorio
De CidesaWiki
(Diferencias entre revisiones)
Línea 9: | Línea 9: | ||
</pre> | </pre> | ||
+ | |||
+ | == SIGA == | ||
+ | |||
+ | * Para Bajar del Servidor (SIGA) | ||
<pre> | <pre> | ||
- | svn | + | |
+ | $ svn chekout http://cidesa.svn:8080/repositorio/web/php/siga/trunk/ /var/www/cidesa/dir --username ****** --password ****** --non-interactive | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | |||
+ | * Para Actualizar del Servidor (SIGA) | ||
+ | <pre> | ||
+ | $ svn chekout http://cidesa.svn:8080/repositorio/web/php/siga/trunk/ /var/www/cidesa/dir --username ****** --password ****** --non-interactive | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | == REPORTES == | ||
+ | |||
+ | * Para Bajar del Servidor (REPORTES) | ||
+ | <pre> | ||
+ | |||
+ | $ svn chekout http://cidesa.svn:8080/repositorio/web/php/reportes/branches/CLIENTE/trunk/ /var/www/cidesa/dir_reportes --username ****** --password ****** --non-interactive | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | |||
+ | * Para Actualizar del Servidor (REPORTES) | ||
+ | <pre> | ||
+ | $ svn chekout http://cidesa.svn:8080/repositorio/web/php/reportes/branches/CLIENTE/trunk/ /var/www/cidesa/dir_reportes --username ****** --password ****** --non-interactive | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | |||
+ | == CONTABILIDAD Y PRESUPUESTO == | ||
+ | |||
+ | * Para Bajar del Servidor | ||
+ | <pre> | ||
+ | |||
+ | $ svn chekout http://cidesa.svn:8080/repositorio/web/php/presupuesto/trunk/ /var/www/cidesa/dir_cp --username ****** --password ****** --non-interactive | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | |||
+ | * Para Actualizar del Servidor | ||
+ | <pre> | ||
+ | $ svn chekout http://cidesa.svn:8080/repositorio/web/php/presupuesto/trunk/ /var/www/cidesa/dir_cp --username ****** --password ****** --non-interactive | ||
</pre> | </pre> |
Revisión de 18:02 26 sep 2007
dir: Inicial del Nombre del Cliente
dir_reportes: Directorio de los Reportes
dir_cp: Directorio del Modulo de Contabilidad y Presupuesto
$ sudo mkdir -p /var/www/cidesa/dir $ sudo mkdir -p /var/www/cidesa/dir_reportes $ sudo mkdir -p /var/www/cidesa/dir_cp
SIGA
- Para Bajar del Servidor (SIGA)
$ svn chekout http://cidesa.svn:8080/repositorio/web/php/siga/trunk/ /var/www/cidesa/dir --username ****** --password ****** --non-interactive
- Para Actualizar del Servidor (SIGA)
$ svn chekout http://cidesa.svn:8080/repositorio/web/php/siga/trunk/ /var/www/cidesa/dir --username ****** --password ****** --non-interactive
REPORTES
- Para Bajar del Servidor (REPORTES)
$ svn chekout http://cidesa.svn:8080/repositorio/web/php/reportes/branches/CLIENTE/trunk/ /var/www/cidesa/dir_reportes --username ****** --password ****** --non-interactive
- Para Actualizar del Servidor (REPORTES)
$ svn chekout http://cidesa.svn:8080/repositorio/web/php/reportes/branches/CLIENTE/trunk/ /var/www/cidesa/dir_reportes --username ****** --password ****** --non-interactive
CONTABILIDAD Y PRESUPUESTO
- Para Bajar del Servidor
$ svn chekout http://cidesa.svn:8080/repositorio/web/php/presupuesto/trunk/ /var/www/cidesa/dir_cp --username ****** --password ****** --non-interactive
- Para Actualizar del Servidor
$ svn chekout http://cidesa.svn:8080/repositorio/web/php/presupuesto/trunk/ /var/www/cidesa/dir_cp --username ****** --password ****** --non-interactive