info-cvs
[Top][All Lists]
Advanced

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

Re: Question about version numbers.


From: Jon Miner
Subject: Re: Question about version numbers.
Date: Thu, 8 Nov 2001 19:36:02 -0600
User-agent: Mutt/1.2.5i

* address@hidden (address@hidden) [011108 14:49]:
> % mkdir FOO
> % cd FOO
> % mkdir Bar
> % mkdir Baz
> % mkdir Main
> % cd Bar ; cvs checkout -r bar_branch QUX
> % cd ../Baz ; cvs checkout -r baz_branch QUX
> % cd ../Main ; cvs checkout QUX
> % cd ../..
> % ln -s FOO/Bar/QUX QUX

No, you do just like Greg said:

    cvs co -r bar_branch -d QUX-Bar QUX
    cvs co -r baz_branch -d QUX-Baz QUX
    cvs co QUX

Although, I have no idea why you would want to.  In general, people work
on one branch at a time.  If they have changes that they need to make on
all the branches, they make them and merge the changes (or something
like that.)

Maybe I'm missing your point, but perhaps you're misusing branches.  In
general, branches are used for prod/dev revisions, and or releases and
bugfixes..

jon

--
.Jonathan J. Miner----------------------------------------------------.
|   address@hidden  |   rhupdate - http://www.jjminer.org/rhupdate   |
`---------------------------------------------------------------------'

"You mean we've traveled in time but not im space."
"Listen, you semievolved simian," cut in Zaphod, "Go climb a tree."
"No, no," the waiter said to Zaphod, "your monkey has got it right."
-- Arthur, right for once.
   From _The_Restaurant_at_the_End_of_the_Universe_ by Douglas Adams
                                                                  (24)



reply via email to

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