André Warnier wrote:
> David Smith wrote:
>> Stab in the dark guess  -- you attempted to checkout trunk, all the tags
>> and all the branches.  This can be a really huge checkout in some
>> projects.  You might want to try to browse with your web browser just a
>> little deeper and choose what specific version you want to checkout.
>> Then take that url back to the svn command line.
>>
> Well, I did as indicated in the page on the website :
> svn checkout http://svn.apache.org/repos/asf/tomcat/connectors/
> > tomcat-connectors
> >
> I don't really know what I am doing by doing that.  From the volume
> and the list of files, I almost suspect that I have the whole of
> Tomcat, starting at Tomcat 3.0 or so...
>
> The person who wrote that page (I won't cite his name but I think his
> initials may be RJ) has this nice comment right after that line :
>
> You should now be watching all the downloads come in. Now that you
> have the sources on your machine the hard part is over.
>
> Quite..
> ;-)
>
A lot of svn repositories are split into:

trunk:  The current bleeding edge work, not released yet, pretty much
experimental
branches - different releases still being worked on.  More stable than
trunk, but may have new, untested features
tags - the frozen releases at specific versions.

If you look at http://svn.apache.org/repos/asf/tomcat/connectors/trunk/
for instance you'll see the bleeding edge/experimental/unreleased stuff.

If I'm reading the dir structure correctly, the latest release version
of jk would be at
http://svn.apache.org/repos/asf/tomcat/connectors/tags/jk1.2.x/JK_1_2_28/ .

Unfortunately, the doc you read regarding using svn to checkout the
connectors project appears to be out of date as the directory structure
there doesn't match the current state of the svn repository.

--David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to