2007-12-14 23:43:45 +03:00
The installation of doctrine is very easy. Just get the latest revision of
Doctrine from http://svn.phpdoctrine.org/trunk.
2007-06-13 02:18:21 +04:00
2007-06-14 01:30:32 +04:00
You need a SVN (Subversion) client for downloading Doctrine.
2007-06-13 02:18:21 +04:00
In order to check out Doctrine in the current directory using the **svn** command line tool use the following code:
2007-06-14 01:30:32 +04:00
2007-06-13 02:18:21 +04:00
<code type="bash">
2007-12-14 23:43:45 +03:00
svn co http://svn.phpdoctrine.org/trunk .
2007-06-13 02:18:21 +04:00
</code>
2007-12-14 23:43:45 +03:00
If you do not have a SVN client, chose one from the list below. Find the
**Checkout** option and enter http://svn.phpdoctrine.org/trunk in the **path** or **repository url** parameter. There is no need for a username or password to check out Doctrine.
2007-06-13 02:18:21 +04:00
* [http://tortoisesvn.tigris.org/ TortoiseSVN] a Windows application that integrates into Windows Explorer
* [http://www.apple.com/downloads/macosx/development_tools/svnx.html svnx] a Mac OS X GUI svn application
* Eclipse has SVN integration through the [http://subclipse.tigris.org/ subeclipse] plugin