Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
[linux_from_scratch.git] / editor-manual / chapter03 / update.xml
blob3bc19307a78517627f86c7467d1c7ce580f963f0
1 <sect1 id="ch03-update">
2 <title>cvs update/up</title>
3 <?dbhtml filename="update.html" dir="chapter04"?>
5 <para><userinput>cvs update</userinput> or <userinput>cvs
6 up</userinput>. This command syncs your local sandbox with the server and
7 is probably, along with <userinput>cvs commit</userinput> the command you
8 will use most frequently. If you have made local changes, it'll try and merge
9 any changes on the server with your changes
10 <emphasis>on your machine</emphasis>. You should always do a manual
11 <userinput>cvs update</userinput> before trying to commit changes in order
12 to check that everything is alright and ready to go (although when you do a
13 <userinput>cvs commit</userinput>, it will warn you if there is a
14 problem).</para>
16 </sect1>