diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2002-06-05 21:13:52 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2002-06-05 21:13:52 +0000 |
commit | e932e6e2b5cdca94405237c47cf03557e81b2544 (patch) | |
tree | 7d82d6e4e60aabd4afdc6415ce868190e3595328 | |
parent | 83ebb6634eee329e564db948fa68ad2c82aa34dc (diff) |
none
-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 |