Changes between Version 1 and Version 2 of SVN_Basics


Ignore:
Timestamp:
May 29, 2010, 8:27:20 AM (14 years ago)
Author:
Alfonso Martínez de Lizarrondo
Comment:

Update names to CKEditor

Legend:

Unmodified
Added
Removed
Modified
  • SVN_Basics

    v1 v2  
    77== SVN Client ==
    88
    9 To work on the FCKeditor SVN, you need a '''SVN client''' software. There are two options that we recommend:
     9To work on the CKEditor SVN, you need a '''SVN client''' software. There are two options that we recommend:
    1010
    1111 * [http://tortoisesvn.sourceforge.net/ TortoiseSVN] (strongly recommended), for Microsoft Windows.
     
    1313 * [http://subversion.tigris.org/ The official SVN client], included in most Linux and BSD distributions; available for Linux, BSD, Mac OS X, and Windows.
    1414
    15 == Checkout the FCKeditor trunk ==
     15== Checkout the CKEditor trunk ==
    1616
    17 '''Checkout''' is the act of downloading the FCKeditor code from our SVN server inside a local folder in your computer. This folder is called "local copy".
     17'''Checkout''' is the act of downloading the CKEditor code from our SVN server inside a local folder in your computer. This folder is called "local copy".
    1818
    1919=== With TortoiseSVN ===
    2020
    21  1. Create an empty folder, which will be your local copy root. You may give any name for it, like "fckeditor".
     21 1. Create an empty folder, which will be your local copy root. You may give any name for it, like "ckeditor".
    2222
    2323 2. Right-click on the new folder and select '''SVN Checkout...'''.
     
    2626
    2727{{{
    28 http://svn.fckeditor.net/FCKeditor/trunk/
     28http://svn.fckeditor.net/CKEditor/trunk/
    2929}}}
    3030
     
    3636
    3737{{{
    38 svn checkout http://svn.fckeditor.net/FCKeditor/trunk/ fckeditor
     38svn checkout http://svn.fckeditor.net/CKEditor/trunk/ ckeditor
    3939}}}
    4040
    41 Your local copy will be found in the "fckeditor" folder.
     41Your local copy will be found in the "ckeditor" folder.
    4242
    4343== Updating your Local Copy ==
     
    9595== Applying Patches ==
    9696
    97 Suppose you have a fresh local copy of the FCKeditor trunk repository and you want to apply a patch found in one of our tickets.
     97Suppose you have a fresh local copy of the CKEditor trunk repository and you want to apply a patch found in one of our tickets.
    9898
    9999=== With TortoiseSVN ===
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy