您的位置:首页 > 编程语言 > Java开发

java 项目svn地址

2012-09-16 17:28 330 查看
struts+hibernate+spring 版本控制svn的URL地址[转]  

  

2007-08-09 16:04  

  

struts+hibernate+spring 版本控制svn的URL地址  

  

转自:http://hi.baidu.com/eako/blog/item/2b33a686d36acf3e66096e1d.html  

  

=================== Struts ================================  

  

Apache 项目 svn 资源  

  

svn co http://svn.apache.org/repos/asf/  

  

Struts svn 资源  

  

svn co http://svn.apache.org/repos/asf/struts/  

  

=================== Hibernate ================================  

  

Hibernate svn 资源  

  

Source Control Repositories  

  

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://anonsv
4000
n.jboss.org/repos/hibernate/. For developer access, the root repository URL is https://svn.jboss.org/repos/hibernate/.  

  

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  

  

svn co http://anonsvn.jboss.org/repos/hibernate/trunk/Hibernate3  

  

To checkout Hibernate Annotations and Hibernate EntityManager, type  

  

svn co http://anonsvn.jboss.org/repos/hibernate/trunk/HibernateExt  

  

or (for branch 3.2)  

  

svn co http://anonsvn.jboss.org/repos/hibernate/branches/Branch_3_2/HibernateExt  

  

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.  

  

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.  

  

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.  

  

The repositories are also browsable online via ViewCVS and Fisheye.  

  

=================== Spring ================================  

  

Subversion Access  

  

This project's SourceForge.net Subversion repository can be checked out through SVN with the following instruction set:  

  

svn co http://springframework.svn.sourceforge.net/svnroot/springframework  

  

===================== 一个spring demo ============================  

  

1.svn cohttp://spring-kickstart.googlecode.com/svn/trunk/  

  

2.svn checkout http://openfans2.googlecode.com/svn/trunk/  

  

=====================其他svn资源============================================  

  

===============jakarta commom-lang svn================================  

  

svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/lang  

  

===============SpringSide使用新鲜的Subversion管理源码=========================  

  

SpringSide以Spring Framework为核心,提供一个 注重实效(Pragmatic)的企业应用KickStart 与Full-Stack 的开源构件库。  

  

将Java社区众多优秀轻量级开源项目整军为一个黏合的框架,以构件式的开发架构,配合Ant与Eclipse plugin的生成工具,作为大家开发Java企业应用的方便起点.  

  

URL: http://svn.javascud.org/svn/springside/springside2/trunk  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息