<& xfsTemplate,top=>1,side=>1 &>

XFS: Source Code

There are several ways to access the current XFS code.

Using CVS trees

CVS for new users contains links to general CVS documentation.

Set the CVSROOT environment variable.

$ export CVSROOT=':pserver:cvs@oss.sgi.com:/cvs'
(for sh, bash, ksh, or similar shells)
$ setenv CVSROOT  :pserver:cvs@oss.sgi.com:/cvs
(for csh or tcsh shells)
 

Login to the CVS server (this only needs to be done ONCE, not every time you access CVS).

$ cvs login
(the password is "cvs")
 

Now grab the XFS source tree(s) of interest: 

$ cvs checkout linux-2.6-xfs
$ cvs checkout xfs-cmds
 

Subsequently, you can checkout new code using: 

$ cvs update -d
 


<& xfsTemplate,bottom=>1 &>