Changes between Version 1 and Version 2 of SVN_Basics
- Timestamp:
- May 29, 2010, 8:27:20 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SVN_Basics
v1 v2 7 7 == SVN Client == 8 8 9 To work on the FCKeditor SVN, you need a '''SVN client''' software. There are two options that we recommend:9 To work on the CKEditor SVN, you need a '''SVN client''' software. There are two options that we recommend: 10 10 11 11 * [http://tortoisesvn.sourceforge.net/ TortoiseSVN] (strongly recommended), for Microsoft Windows. … … 13 13 * [http://subversion.tigris.org/ The official SVN client], included in most Linux and BSD distributions; available for Linux, BSD, Mac OS X, and Windows. 14 14 15 == Checkout the FCKeditor trunk ==15 == Checkout the CKEditor trunk == 16 16 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". 18 18 19 19 === With TortoiseSVN === 20 20 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". 22 22 23 23 2. Right-click on the new folder and select '''SVN Checkout...'''. … … 26 26 27 27 {{{ 28 http://svn.fckeditor.net/ FCKeditor/trunk/28 http://svn.fckeditor.net/CKEditor/trunk/ 29 29 }}} 30 30 … … 36 36 37 37 {{{ 38 svn checkout http://svn.fckeditor.net/ FCKeditor/trunk/ fckeditor38 svn checkout http://svn.fckeditor.net/CKEditor/trunk/ ckeditor 39 39 }}} 40 40 41 Your local copy will be found in the " fckeditor" folder.41 Your local copy will be found in the "ckeditor" folder. 42 42 43 43 == Updating your Local Copy == … … 95 95 == Applying Patches == 96 96 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.97 Suppose you have a fresh local copy of the CKEditor trunk repository and you want to apply a patch found in one of our tickets. 98 98 99 99 === With TortoiseSVN ===