The following links might be helpful:
Struts public Subversion repository: http://svn.apache.org/repos/asf/struts
Struts committers Subversion repository: https://svn.apache.org/repos/asf/struts
Subversion: http://subversion.tigris.org
Subversion Red Book: http://svnbook.red-bean.com/
Subversion for CVS Users section: http://svnbook.red-bean.com/svnbook-1.0/apa.html
The repository is organized like this: struts/ /trunk - The current development branch (like CVS HEAD) /branches - All Struts branches /tags - All Struts tags
If you want to checkout everything with the command-line client, type: svn co http://svn.apache.org/repos/asf/struts
But most developers will only be interested in the trunk, so it would be better to type:
svn co http://svn.apache.org/repos/asf/struts/trunk
There are a number of Subversion client GUI's and IDE plugins linked to on the Subversion web site, for those perfer a GUI tool.
Thanks again to the infrastructure team for their assistance!
Don
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]