Open topic with navigation
Using The Repository
If you enjoy being on the "cutting edge" and want to follow up with the development process, you can use our SVN repository to get the most up-to-date db4o source code.
Access to the public projects on our Subversion server is available under the following public URL. No login is required.
https://source.db4o.com/db4o/trunk/
The following projects are currently available.
Projects may be under constant development. Source code is not guaranteed to be stable.
Most top-level modules in svn directly map to Eclipse projects, i.e. the root folder contains the Eclipse project metadata.
- bloat: The byte code manipulation library db4o uses.
- db4o.cs: The client server implementation for db4o.
- db4o.cs.optional: Optional client server features for db4o.
- db4o.instrumentation: The instrumentation basic functionality for db4o.
- db4o.net: The .NET version of db4o.
- db4obuild: The build scripts for db4o.
- db4onqopt: The db4o native query optimizer.
- db4otaj: The db4o transparent activation/persistence enhancer.
- db4otools: The db4o tools like Ant scripts.
- db4ounit: The db4o test project.
- db4ounit.extensions: Additional unit test functionality.
- decaf: The Java 1.5 to Java 1.4 converter. You need to checkout all sub-projects on the same level as other db4o projects.
- drs: The db4o replication system.
- sharpen: The Java to C# converter. You need to checkout all sub-projects on the same level as other db4o projects.