connecting to jGuard with svn
since the 1.0 series, jGuard use subversion (svn) repository from sourceforge.connecting to svn with the subversive Eclipse plugin
when you create a new svn repository with the Subversive plugin,you have to fill the root url in that way:https://jguard.svn.sourceforge.net/svnroot/jguard/jguard
Subversion notions
- trunk
- branches
- tags
svn structure and jguard projects
since 1.0 release, jguard use the nested structure proposed by maven 2. it implies that the parent project jguard , contains others projects jguard-core, jguard-ext, jguard-ext-java-5, jguard-jee, jguard-jee-extras, jguard-struts-example, jguard-swing-example in the svn filesystem. to do operations on all these sub-projects (modules in maven2), you have to be in the jguard direcotry and for example tapemvn clean install
note that the same kind of structure is present in each subdirectory of the 'branches' directory , and in each subdirectory of the 'tags' directory.
Version 1.13 last modified by Charles Gay on 10/02/2007 at 18:38
Comments: 0