Justin Erenkrantz wrote:
[...]
HEAD is 2.1.0, so retrieving the httpd-2.0 rep, without specifying
the tag will give me the 2.1.0-dev tree trunk:

% cvs co -d httpd-2.1 httpd-2.0

So now if I commit things from the dir httpd-2.1 they will go to
the dev trunk.

To work with the stable tree, I checkout the APACHE_2_0_BRANCH:

% cvs co -d httpd-2.0-stable -r APACHE_2_0_BRANCH httpd-2.0

now if I commit from the httpd-2.0-stable, things will go to the
stable tree.

FWIW, your synopsis seems correct. Feel free to commit an explanation to httpd-site... -- justin
I see that it's already mentioned at http://httpd.apache.org/dev/: "Developers news" and http://httpd.apache.org/dev/devnotes.html. Cool!

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to