<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://wiki.gacq.com/index.php?action=history&amp;feed=atom&amp;title=CVS</id>
		<title>CVS - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gacq.com/index.php?action=history&amp;feed=atom&amp;title=CVS"/>
		<link rel="alternate" type="text/html" href="https://wiki.gacq.com/index.php?title=CVS&amp;action=history"/>
		<updated>2026-04-04T17:25:03Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.29.2</generator>

	<entry>
		<id>https://wiki.gacq.com/index.php?title=CVS&amp;diff=1371&amp;oldid=prev</id>
		<title>192.168.0.105 en 04:19 24 jul 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacq.com/index.php?title=CVS&amp;diff=1371&amp;oldid=prev"/>
				<updated>2006-07-24T04:19:26Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;*[http://cvsbook.red-bean.com/cvsbook.html Open Source Development with CVS, 3rd Edition]&lt;br /&gt;
*[http://es.tldp.org/Presentaciones/200211hispalinux/iarenaza/cvs-como-html/ Tutorial de Uso de CVS]&lt;br /&gt;
*[http://www.tldp.org/REF/CVS-BestPractices/CVS-BestPractices.pdf CVS Best Practices]&lt;br /&gt;
&lt;br /&gt;
Inicializar un repositorio&lt;br /&gt;
cvs -d /var/lib/cvsd/myrepos init&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Agregar usuarios&lt;br /&gt;
    cvsd-passwd /var/lib/cvsd/repositorio1 +anonymous&lt;br /&gt;
&lt;br /&gt;
Generamos el archivo que contendrá el listado de usuarios que tienen permiso de escritura en el repositorio (un usuario por linea en el archivo)&lt;br /&gt;
    touch /var/lib/cvsd/repositorio1/CVSROOT/writers&lt;br /&gt;
&lt;br /&gt;
Archivo donde poner los usuarios que pueden escribir&lt;br /&gt;
/var/lib/cvsd/myrepos/CVSROOT/writers&lt;br /&gt;
&lt;br /&gt;
Configuracion inicial&lt;br /&gt;
/var/lib/cvsd/myrepos/CVSROOT/config&lt;br /&gt;
    SystemAuth=no&lt;br /&gt;
    PamAuth=no&lt;br /&gt;
&lt;br /&gt;
/etc/cvsd/cvsd.conf&lt;br /&gt;
    set &amp;quot;RootJail /var/lib/cvsd&amp;quot;&lt;br /&gt;
    set &amp;quot;Repos /myrepos&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chown -R cvsd /var/lib/cvsd/myrepos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Cliente =&lt;br /&gt;
== Iniciar sesión ==&lt;br /&gt;
 export CVSROOT=:pserver:USUARIO@cvs.dominio.org:/var/lib/cvs&lt;br /&gt;
 cvs login&lt;br /&gt;
&lt;br /&gt;
== Recomendaciones ==&lt;br /&gt;
*Antes de cada sesión de trabajo es conveniente hacer cvs update -Pd para asegurarnos de que disponemos de las últimas modificaciones registradas en el repositorio.&lt;br /&gt;
*Justo al acabar cada sesión de trabajo es conveniente hacer cvs commit (se puede abreviar en cvs ci) para que todas nuestras modificaciones se registren en el repositorio.&lt;br /&gt;
&lt;br /&gt;
== Módulo para repositorio ==&lt;br /&gt;
&lt;br /&gt;
Ingresamos a nuestro directorio con los fuentes&lt;br /&gt;
&lt;br /&gt;
 cd ~/codigo_fuente&lt;br /&gt;
&lt;br /&gt;
== Importamos el módulo, y le llamaremos “codigo_fuente” ==&lt;br /&gt;
&lt;br /&gt;
 cvs -d /var/lib/cvsd/repositorio1 import codigo_fuente DESCRIPCION v0_0_1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cvs logout&lt;/div&gt;</summary>
		<author><name>192.168.0.105</name></author>	</entry>

	</feed>