![]() | ![]() |
![]() |
| Project | Ver 1.1 | Ver 1.2 | JDO | JPA | Guides | Tools |
| 1.1 | Preparation | O/R Mapping | Runtime | Extensions | Developer |
JPOX used CVS from its inception in 2003. The JPOX CVS repository is hosted by SourceForge. To log in anonymously, type cvs -d:pserver:anonymous@jpox.cvs.sourceforge.net:/cvsroot/jpox login When prompted for a password, hit enter. There principal JPOX modules of interest are
To check out a module, type: cvs -z3 -d:pserver:anonymous@jpox.cvs.sourceforge.net:/cvsroot/jpox checkout -P JPOX/Core The CVS repository is also browsable online via ViewCVS. The nightly snapshots of the CVS modules might not be up-to-date if the SourceForge CVS service is not available. JPOX has other modules in CVS, and these can be download in a similar way. If you wish to develop JPOX we highly recommend that you download the full JPOX source code (module "JPOX"). CVS allows for different branches of development. This means that we can develop multiple versions of JPOX at the same time. JPOX has the following branches in CVS
All individual releases of JPOX are tagged with a name like "JPOX-1_1_4" which represents the release 1.1.4, or "JDO_2_RI" which was the JPOX 1.1.0 release aka "JDO 2 reference implementation". You can view recent CVS commits at SourceForge |