pavement

Cvsup

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 3: Line 3:
 
Under FreeBSD, you will generally be using one of two versions of the '''cvsup''' port itself to do your synchronization; you may install /usr/ports/net/cvsup if you want to get the optional X11 GUI features, or /usr/ports/net/cvsup-without-gui if you don't plan to use X11 or otherwise don't care about the pretty windowed display (such as on a [[headless_server]]).  If you choose to use the full version of cvsup, it will function precisely like the cvsup-without-gui version does if you are not running a windowing system.  Please note, however, that if you don't have X installed, you do '''not''' generally want to install the full cvsup package with the gui, as it has a LOT of X-related dependencies which you utterly and completely do not need or want if you aren't running the [[X windowing system]].
 
Under FreeBSD, you will generally be using one of two versions of the '''cvsup''' port itself to do your synchronization; you may install /usr/ports/net/cvsup if you want to get the optional X11 GUI features, or /usr/ports/net/cvsup-without-gui if you don't plan to use X11 or otherwise don't care about the pretty windowed display (such as on a [[headless_server]]).  If you choose to use the full version of cvsup, it will function precisely like the cvsup-without-gui version does if you are not running a windowing system.  Please note, however, that if you don't have X installed, you do '''not''' generally want to install the full cvsup package with the gui, as it has a LOT of X-related dependencies which you utterly and completely do not need or want if you aren't running the [[X windowing system]].
  
For examples of the most common usages of the cvsup command, please see [[Update_the_ports_tree]].
+
For examples of the most common usages of the cvsup command, please see [[Updating the ports tree]].
  
 
[[Category : Ports and Packages]] [[Category : System Commands]]
 
[[Category : Ports and Packages]] [[Category : System Commands]]

Revision as of 15:17, 6 March 2005

cvsup is the command used to synchronize the ports tree and the system source tree with the live versions at freebsd.org. cvsup stands for Concurrent Versioning System (CVS) UPdate.

Under FreeBSD, you will generally be using one of two versions of the cvsup port itself to do your synchronization; you may install /usr/ports/net/cvsup if you want to get the optional X11 GUI features, or /usr/ports/net/cvsup-without-gui if you don't plan to use X11 or otherwise don't care about the pretty windowed display (such as on a headless_server). If you choose to use the full version of cvsup, it will function precisely like the cvsup-without-gui version does if you are not running a windowing system. Please note, however, that if you don't have X installed, you do not generally want to install the full cvsup package with the gui, as it has a LOT of X-related dependencies which you utterly and completely do not need or want if you aren't running the X windowing system.

For examples of the most common usages of the cvsup command, please see Updating the ports tree.

Personal tools