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

user and password are those of your sourceforge account.

Subversion notions

  • trunk
this directory contains the more up-to-date files. that's the main location where developers work between two major releases.
  • branches
this directory contains set of files created when major releases are done.
  • tags
this directory contains set of files created to have some highlighted points in the development process, done in branches(like minor releases) or trunk. files in this directory must NOT be updated (these et of files are snapshots of development).

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 tape

mvn clean install

here is the structure of the trunk directory :

svn-structure.png

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

No comments for this document

Attachments 1

Image
svn-structure.png 1.1
PostedBy: Charles Gay on 10/02/2007 (51kb )
 

Creator: Charles Gay on 2006/06/25 00:37
jGuard team copyright 2004-2007
1.1.1