guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile 1.6 branch created (please read).


From: Thien-Thi Nguyen
Subject: Re: Guile 1.6 branch created (please read).
Date: Sun, 08 Jul 2001 23:44:07 -0700

   From: Rob Browning <address@hidden>
   Date: 08 Jul 2001 15:09:12 -0500

   Working with the stable branch:
   --------------------------------
   I'll presume you already have a tree checked out.  If so, from within
   the working directory you should run the command

     cvs -z3 update -r branch_release-1-6 -Pd
     cvs -z3 update -A -Pd

here's what i do to avoid horrible confusion:

cd .../guile-core
cd ..
mkdir tmp
tar cf - guile-core | (cd tmp ; tar xf -)
mv tmp/guile-core guile-core-1.6
rmdir tmp
cd guile-core-1.6
cvs update -r branch_release-1-6 -Pd

this basically creates a sibling directory guile-core-1.6.  henceforth,
i know which branch i'm in by which directory i'm in, have access to
both instantiated branches, and can update either tree w/ simple "cvs
update".

if this is popular practice, we can add it to HACKING.  such a
convention would also help when we develop side-by-side regression, etc.

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]