<!-- Savannah - CVS short help -->
<!-- $Id: index_help.txt,v 1.7 2004/01/31 00:56:17 yeupou Exp $ BEGIN -->

<h2>Getting a Copy of the CVS Repository</h2>

<?php
// This file is part of the Savane project
// <http://gna.org/projects/savane/>
//
// $Id: index_help.txt,v 1.7 2004/01/31 00:56:17 yeupou Exp $
// 
	global $project;
?>

<h3>CVS Newbies</h3>

<p>
If you've never used CVS, you should read some documentation about it;
a useful URL is <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
where you can find the 
<a href="http://www.cvshome.org/docs/manual/cvs_17.html#SEC153">Quick
reference to CVS commands</a> guide. Using CVS is not complex
but you have to understand what is going on. The best way to start is to ask
a friend to show you the way.
</p>
<p>
The basic informations described further on this page are detailled in 
<a href="<?php print $GLOBALS['sys_home'].'faq/?group='.$GLOBALS['sys_unix_group_name']; ?>">
the savannah user doc</a>.
</p>

<?php
// This file is part of the Savane project
// <http://gna.org/projects/savane/>
//
// $Id: index_help.txt,v 1.7 2004/01/31 00:56:17 yeupou Exp $
// 
	if ($project->CanUse("cvs")) {
		print '<h3>What are CVS modules ?</h3>';
		print '<p>The CVS repository of each project is divided into modules which you can download separately. ';
		print 'The list of existing modules for this project can be obtained by looking at <a href="'. $project->getTypeUrl("cvs_viewcvs").'">the root of the CVS repository</a>; ';
		print 'each <strong>File</strong> listed there is the name of a module, which can substitute the generic &lt;<em>modulename</em>&gt; used below in the examples of the <em>co</em> command of CVS.';
		print 'Note that <strong>.</strong> (dot) is always also a valid module name which stands for "all available modules" in a project. ';
		print 'Most projects have a module with the same name of the project, where the main software development takes place.</p>';
	}

		print '<p>The same applies to the Webpages Repository.</p>';
?>
<!-- $Id: index_help.txt,v 1.7 2004/01/31 00:56:17 yeupou Exp $  END -->
