Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.0.2 (powerpc-apple-darwin1.4)



On Oct 8, 10:41am, Oliver Kiddle wrote:
}
} It isn't the case here but with some of the completion functions for
} example, the files are still identical on both branches. Is it possible
} to commit it as normal on the 4.1 branch and then just update the tag
} for the stable branch to the new file instead of copying and committing
} on the stable branch.

Unfortunately, no, CVS doesn't work like that.

If all you do is retag the trunk revision with an ordinary (non-branch)
tag, then checkouts of exactly that tag will pick up exactly that rev of
the file, but checkouts/updates of the branch tag will still get the
previous one.

You could manually delete and recreate the magic "branch tag", but that's
rather dangerous.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author