[ On Monday, March 6, 2000 at 16:19:46 (-0600), Michael Gersten wrote: ]
> Subject: Re: Feature wanted: checkin time tagging
>
> How about this: After working on something, I realize that it
> needs to be checked in, but isn't really ready yet. I want to
> check it in as-is, but I didn't set up a branch before I started
> editing.

If you "forgot" to set up a branch before you embarked on hacking then
you simply have to set up the branch after the fact, check it out in a
new working directory, and copy your hacks over there.

However if you know you want to do development on private branches then
that's what you should be doing *all* of the time.  Check-ins on your
private branch(es) are "free"!  :-)

> Or, how about "Ok, this is now working, lets stop using the
> current branch and go back to it's parent".

Doing that in the "CVS way" is already documented in the manual I
think.....

You simply check in your changes first (from the branch working
directory where you've made them) and then go merge them to the parent
branch (in a parent working directory).

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <[EMAIL PROTECTED]>      <robohack!woods>
Planix, Inc. <[EMAIL PROTECTED]>; Secrets of the Weird <[EMAIL PROTECTED]>

Reply via email to