View Single Post
  #2   (View Single Post)  
Old 4th September 2011
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by sepuku View Post
To sync my system i used as shown on the FAQ.
Code:
cvs checkout -P src
If your goal was to update an existing source, the command above does not do this; it downloads a new tree.

If the source tree has already been downloaded, the correct commands to be used to update are:

# cd /usr/src
# cvs -d$CVSROOT up -Pd

Likewise, you have not mentioned anything about X or ports.

Reviewing Section 5.3.3 is in order.
Reply With Quote