On Thu, 19 Dec 2002, Ilia Soldis wrote: > Can anyone explain me what have happened? Why do I have Apache 2.1 docs > in my Apache 2.0 local repository copy? I thought that it was just a > mistake - so I released repository copy and checked out it again, but > what do I see? Apache 2.0 and 2.1 docs are mixed up! We have Apache HTTP > Server Version 2.1 in the title, but bodies of documents are left > untouched. So what does all it mean? What should I translate and how? > > Help me, please - so I'll be able to resume translation work.
httpd-2.0 and httpd-2.1 are in the same repository; httpd-2.1 is the main branch, httpd-2.0 is now on the APACHE_2_0_BRANCH. If you check out as normal (the main branch), you're looking at the version 2.1. Some (maybe even most) of the docs on that branch might still SAY 2.0 in them, but that's just because they haven't been updated... 2.1 was only branched about a month ago. If you want httpd-2.0, check it out like so: [note: this is all supposed to be one line.] cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r APACHE_2_0_BRANCH httpd-2.0 If you want httpd-2.1, just do: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co httpd-2.0 --Cliff
