Hi André, On 10.04.2009 20:15, André Warnier wrote: > Rainer Jung wrote: >> On 10.04.2009 19:54, André Warnier wrote: >>> 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 : >> >> See >> >> http://svn.eu.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/doccontrib.xml >> >> >> for a history of that page, or "simply" switch to your local >> miscellaneous directory and do "svn log doccontrib.xml". >> >> There was a time the page was correct, well ... >> > Aha. > That may explain why there are not many contributors to the docs. > There might be 300 crashed laptops out there, and 300 former angry > contributors-to-be. > ;-) > > So what do I do next, not being an Ant or SVN specialist ? > > I have this directory on my laptop, under which are about 2.8 GB of > Tomcat/connectors related stuff. > I have .../SVN/tomcat-connectors at the top (2.8 GB), and > below it I have C:\develop\06_SVN\tomcat-connectors\trunk (about 26 MB), > but I doubt that the trunk part is complete,since that is where it crashed. > Should I just go to /SVN/tomcat-connectors, delete everything under it, > and then do a > > svn checkout http://svn.apache.org/repos/asf/tomcat/connectors/trunk trunk > > ?
At the moment all released versions of the last years are 1.2.x versions and trunk is where we prepare for the next 1.2.x version. So if you want to work on something around mod_jk, you will need trunk and maybe one or two special versions, if you want to work on a specific version of released code. Starting with trunk alone should be enough for most things. I plan to start a separate 1.3.x version line. At that point we will add a branches/jk1.2.x and trunk will be used for 1.3.x. Repository changes like this will not be announced on the users list. But all repository changes are automatically mailed to the dev list. I would start with a local directory tree some_base_path/ mod_jk/ trunk/ branches/ tags/jk1.2.x/ (you can use some other name than "mod_jk", like e.g. "connectors" or "tomcat-connectors"). And leave all of them except "trunk" empty until you actually need them. To trunk you checkout http://svn.apache.org/repos/asf/tomcat/connectors/trunk e.g. by "cd" into the mod_jk directory and using the command you proposed above. You can always add some tagged version or a new branch whenever you notice you need it. HTH! Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org