tiOPF
Free, Open Source Object Persistence Framework for
Free Pascal & Delphi

tiOPF Source code repository


Contents

Source code is available from our Subversion repository on Sourceforge:

http://sourceforge.net/svn/?group_id=62469

There are several ways you can access the source code repository:

1) Using a GUI client

For Windows users, we recommend TortoiseSVN, which is available from here:

http://tortoisesvn.tigris.org/

Check out the source with TortoiseSVN pointing to the URL:

https://tiopf.svn.sourceforge.net/svnroot/tiopf/tiOPF2/Trunk

For the demos use the following URL:

https://tiopf.svn.sourceforge.net/svnroot/tiopf/tiOPF2_Demos

For the docs use the following URL:

https://tiopf.svn.sourceforge.net/svnroot/tiopf/tiOPF2_Docs

2) Using a web browser
A read only view of the repository is available by pointing your web browser here:

http://tiopf.svn.sourceforge.net/viewvc/tiopf/

3) Using a SVN command line client

You can download a SVN command line client from here:

http://subversion.tigris.org/

Once installed you can use the following commands to check out the source:

 mkdir tiOPF2
 cd tiOPF2
 svn co https://tiopf.svn.sourceforge.net/svnroot/tiopf/tiOPF2/Trunk Source
 svn co https://tiopf.svn.sourceforge.net/svnroot/tiopf/tiOPF2_Demos Demos
 svn co https://tiopf.svn.sourceforge.net/svnroot/tiopf/tiOPF2_Docs Docs