jhbuild r2338 - in trunk/doc: . C



Author: fpeters
Date: Thu Sep  4 19:20:06 2008
New Revision: 2338
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2338&view=rev

Log:
* C/jhbuild.xml: added explanation about different checkout modes.



Modified:
   trunk/doc/C/jhbuild.xml
   trunk/doc/ChangeLog

Modified: trunk/doc/C/jhbuild.xml
==============================================================================
--- trunk/doc/C/jhbuild.xml	(original)
+++ trunk/doc/C/jhbuild.xml	Thu Sep  4 19:20:06 2008
@@ -1218,7 +1218,14 @@
 	    <simpara>A string specifying how the checkout is done for
 	    directories in version control.  Defaults to
 	    <literal>update</literal>.  This can be set per module
-	    using <varname>module_checkout_mode</varname>.</simpara>
+	    using <varname>module_checkout_mode</varname>.  Possible
+	    values are <literal>update</literal> (update checkout
+	    directory), <literal>clobber</literal> (wipe out directory
+	    before checking out the sources), <literal>export</literal>
+	    (wipe out directory then create an unversioned copy of the
+	    sources) and <literal>copy</literal> (checkout in a directory
+	    different from the one it will build).
+	    </simpara>
 	  </listitem>
 	</varlistentry>
 	<varlistentry>



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