On 6/7/2016 1:45 AM, Balcos, Michael wrote:

I apologize if this question has been asked before. I am unable to dig the information through my favorite search engine. Is it possible for me to svn checkout the latest official Apache release from the command line? I do a “svn co https://svn.apache.org/repos/httpd/branchwa/2.2.x” and I get a development release of the 2.2 branch. I’d like to checkout the latest official release whenever I do a checkout. I want to do this for the 2.2 and 2.4 branches.


Hello Michael,

The general checkout information for the Apache HTTP Server project is at http://httpd.apache.org/dev/devnotes.html . You can see the full SVN directory structure with http://svn.apache.org/viewvc/httpd/ . So the one you meant for the development branch of 2.2.x is “svn co https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x <https://svn.apache.org/repos/httpd/branchwa/2.2.x>” . To checkout the latest official release of 2.2 which is 2.2.31 use "svn co https://svn.apache.org/repos/asf/httpd/httpd/tags/2.2.31 <https://svn.apache.org/repos/httpd/branchwa/2.2.x>” . To checkout latest official 2.4 release use "svn co https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.20 <https://svn.apache.org/repos/httpd/branchwa/2.2.x>” .

Thanks,

Mike

Reply via email to