1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">
<HTML>
<!-- This file was generated using SDF 2.001 by
Ian Clatworthy (ianc@mincom.com). SDF is freely
available from http://www.mincom.com/mtr/sdf. -->
<HEAD>
<TITLE>Interchange + CVS HOWTO: Import the streamlined catalog</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff" LINK="993333">
<DIV CLASS="header">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="ic_howto_cvs_19.html">Parent Topic</A> | <A HREF="ic_howto_cvs_23.html">Previous Topic</A> | <A HREF="ic_howto_cvs_25.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
<DIV CLASS="main">
<H2>3.5. Import the streamlined catalog</H2>
<P>Import the remaining portion of the catalog using the <TT>cvs import</TT> command, with "foundation" as the module name and repository directory name. See the CVS documentation resources mentioned in Appendix <A HREF="ic_howto_cvs_47.html">Resources</A> for more information.</P>
<P>When you run the import command, it will launch $EDITOR (set to <TT>'vi'</TT> earlier), and ask for a message to go along with the import action. Whatever you see fit to write (e.g. "starting new cvs module with my foundation catalog...") is fine.</P>
<P>This example <TT>import</TT> command includes renaming the foundation "working" directory back to "foundation" for the import.</P>
<PRE>
su - interch
cd /tmp/import_foundation
cvs import foundation foundation start
</PRE>
</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="ic_howto_cvs_19.html">Parent Topic</A> | <A HREF="ic_howto_cvs_23.html">Previous Topic</A> | <A HREF="ic_howto_cvs_25.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
</BODY>
</HTML>
|