diff options
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 51686568..0dd10369 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -27,6 +27,12 @@ Setup your environment with the CVSROOT variable and checkout gnumach. CVSROOT=":pserver:anoncvs@anoncvs.gnu.org:/cvsroot/hurd" cvs -z3 co -d oskit-mach gnumach +In case you have been tracking the oskit-branch and want to move to the current HEAD branch you can issue the following instead to update your tree. + + cvs -z3 update -r HEAD -Pd + + Followed by regular updates without the '-r HEAD' + ## <a name="Building"> Building </a> ### <a name="OSKit"> </a> OSKit @@ -81,3 +87,5 @@ For now, see the [[RemoteDebugOskitMach]] page. Updated by: -- [[Main/LuisBustamante]] - 04 Jun 2002 + +Moving from oskit-branch to HEAD. -- [[Main/JoachimNilsson]] - 05 Jun 2002 |