Hi all.
Is there a "viewcvs.cgi" equivalent for the SVN Repository? I realize I can open the url in a browser and view the latest revision, but I liked that you could see the history on the CVS version.
In case its not clear what I am talking about:
http://svn.apache.org/repos/asf/struts/trunk/ (in a browser) vs. http://cvs.apache.org/viewcvs/jakarta-struts/
thanks,
Matt
Don Brown wrote:
It is my pleasure to announce the official migration of the Struts CVS repository into Apache Software Foundation's Subversion repository. The previous CVS module, jakarta-struts, has been frozen, and all new development will take place in the Subversion repository.
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]