java 项目svn地址

来源:互联网 发布:matlab矩阵的逆 编辑:程序博客网 时间:2024/06/05 09:31
  1. struts+hibernate+spring 版本控制svn的URL地址[转]  
  2.   
  3. 2007-08-09 16:04  
  4.   
  5. struts+hibernate+spring 版本控制svn的URL地址  
  6.   
  7. 转自:http://hi.baidu.com/eako/blog/item/2b33a686d36acf3e66096e1d.html  
  8.   
  9. =================== Struts ================================  
  10.   
  11. Apache 项目 svn 资源  
  12.   
  13. svn co http://svn.apache.org/repos/asf/  
  14.   
  15. Struts svn 资源  
  16.   
  17. svn co http://svn.apache.org/repos/asf/struts/  
  18.   
  19. =================== Hibernate ================================  
  20.   
  21. Hibernate svn 资源  
  22.   
  23. Source Control Repositories  
  24.   
  25. Starting in March, 2006 Hibernate source is maintained in a Subversion repository hosted by the JBoss Labs project. For anonymous access, the root repository URL is http://anonsvn.jboss.org/repos/hibernate/. For developer access, the root repository URL is https://svn.jboss.org/repos/hibernate/.  
  26.   
  27. Also, the repository layout is expected to change to better align with the subproject structure. Currently, the layout essentially follows that found in the older CVS modules, with trunk, branches, and tags all at the root level of the repository. Thus to checkout the latest source for the Hibernate3 module, type  
  28.   
  29. svn co http://anonsvn.jboss.org/repos/hibernate/trunk/Hibernate3  
  30.   
  31. To checkout Hibernate Annotations and Hibernate EntityManager, type  
  32.   
  33. svn co http://anonsvn.jboss.org/repos/hibernate/trunk/HibernateExt  
  34.   
  35. or (for branch 3.2)  
  36.   
  37. svn co http://anonsvn.jboss.org/repos/hibernate/branches/Branch_3_2/HibernateExt  
  38.   
  39. Then you'll find metadata which contains Hibernate Annotations, ejb which contains Hibernate EntityManager and ejb-api which contains the javax.persistence APIs of EJB3.  
  40.   
  41. Note that some of the modules present in CVS were dropped after import into Subversion; namely Hibernate and Hibernate2 modules. If you need access to these source trees, they are still accessible from the SourceForge CVS repository. For anonymous access, use pserver:anonymous@cvs.sourceforge.net:/cvsroot/hibernate as the CVSROOT.  
  42.   
  43. NHibernate uses Subversion hosted on Sourceforge. The repository URL is https://svn.sourceforge.net/svnroot/nhibernate. Using this URL directly will cause all branches and tags of the project to be checked out, transferring a large volume of data. To check out only the trunk (main development line), use https://svn.sourceforge.net/svnroot/nhibernate/trunk as the repository URL.  
  44.   
  45. The repositories are also browsable online via ViewCVS and Fisheye.  
  46.   
  47. =================== Spring ================================  
  48.   
  49. Subversion Access  
  50.   
  51. This project's SourceForge.net Subversion repository can be checked out through SVN with the following instruction set:  
  52.   
  53. svn co http://springframework.svn.sourceforge.net/svnroot/springframework  
  54.   
  55. ===================== 一个spring demo ============================  
  56.   
  57. 1.svn cohttp://spring-kickstart.googlecode.com/svn/trunk/  
  58.   
  59. 2.svn checkout http://openfans2.googlecode.com/svn/trunk/  
  60.   
  61. =====================其他svn资源============================================  
  62.   
  63. ===============jakarta commom-lang svn================================  
  64.   
  65. svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/lang  
  66.   
  67. ===============SpringSide使用新鲜的Subversion管理源码=========================  
  68.   
  69. SpringSide以Spring Framework为核心,提供一个 注重实效(Pragmatic)的企业应用KickStart 与Full-Stack 的开源构件库。  
  70.   
  71. 将Java社区众多优秀轻量级开源项目整军为一个黏合的框架,以构件式的开发架构,配合Ant与Eclipse plugin的生成工具,作为大家开发Java企业应用的方便起点.  
  72.   
  73. URL: http://svn.javascud.org/svn/springside/springside2/trunk  
原创粉丝点击