Changeset 4571

Show
Ignore:
Timestamp:
06/27/08 17:53:00 (12 months ago)
Author:
xheyther
Message:

fixes #1163

Location:
branches/0.11/manual/docs/en
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/manual/docs/en/getting-started/installation.txt

    r4537 r4571  
    2828+++ SVN  
    2929 
    30 The installation of doctrine via SVN is very easy. Just get the latest revision of Doctrine from http://svn.phpdoctrine.org/branches/0.10. 
     30The installation of doctrine via SVN is very easy. Just get the latest revision of Doctrine from http://svn.phpdoctrine.org/branches/0.11. 
    3131 
    3232In order to check out Doctrine in the current directory using the **svn** command line tool use the following code: 
    3333 
    3434<code type="bash"> 
    35 svn co http://svn.phpdoctrine.org/branches/0.10 . 
     35svn co http://svn.phpdoctrine.org/branches/0.11 . 
    3636</code> 
    3737 
    38 If you do not have a SVN client, chose one from the list below. Find the **Checkout** option and enter svn.phpdoctrine.org/branches/0.10 in the **path** or **repository url** parameter. There is no need for a username  
     38If you do not have a SVN client, chose one from the list below. Find the **Checkout** option and enter svn.phpdoctrine.org/branches/0.11 in the **path** or **repository url** parameter. There is no need for a username  
    3939or password to check out Doctrine.  
    4040 
     
    6363 
    6464<code> 
    65 doctrine http://svn.phpdoctrine.org/branches/0.10 
     65doctrine http://svn.phpdoctrine.org/tags/0.11.0 
    6666</code> 
    6767 
     
    7777 
    7878<code type="bash">  
    79 pear install http://pear.phpdoctrine.org/Doctrine-0.10.2 
     79pear install http://pear.phpdoctrine.org/Doctrine-0.11.0 
    8080</code> 
    8181 
     
    8888 
    8989<code type="bash">  
    90 tar xzf Doctrine-0.10.1.tgz 
     90tar xzf Doctrine-0.11.0.tgz 
    9191</code> 
  • branches/0.11/manual/docs/en/getting-started/my-first-project-tutorial.txt

    r4272 r4571  
    1313The files/directory structure should look like the following 
    1414<code> 
    15 $ cd Doctrine-0.10.1-Sandbox 
     15$ cd Doctrine-0.11.0-Sandbox 
    1616$ ls 
    1717config.php      doctrine        index.php       migrations      schema 
     
    138138build-all-reload - Are you sure you wish to drop your databases? (y/n) 
    139139y 
    140 build-all-reload - Successfully dropped database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.10/tools/sandbox/sandbox.db" 
     140build-all-reload - Successfully dropped database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.11/tools/sandbox/sandbox.db" 
    141141build-all-reload - Generated models successfully from YAML schema 
    142 build-all-reload - Successfully created database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.10/tools/sandbox/sandbox.db" 
     142build-all-reload - Successfully created database for connection "sandbox" at path "/Users/jwage/Sites/doctrine/branches/0.11/tools/sandbox/sandbox.db" 
    143143build-all-reload - Created tables successfully 
    144144build-all-reload - Data was successfully loaded 
  • branches/0.11/manual/docs/en/utilities/sandbox.txt

    r4159 r4571  
    55 
    66<code> 
    7 svn co http://www.phpdoctrine.org/svn/branches/0.10 doctrine 
     7svn co http://www.phpdoctrine.org/svn/branches/0.11 doctrine 
    88cd doctrine/tools/sandbox 
    99chmod 0777 doctrine