User Tools

Site Tools


en:developer:svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:developer:svn [2015/06/04 02:24] – external edit 127.0.0.1en:developer:svn [2023/03/19 21:10] (current) kjdon
Line 1: Line 1:
 +
 ====== Greenstone Subversion (SVN) Repository ====== ====== Greenstone Subversion (SVN) Repository ======
  
Line 4: Line 5:
 The Greenstone source code is kept under version-control in a [[http://subversion.apache.org |subversion]] repository. For information about using SVN see [[en:developer:using_svn|this page]], or the [[http://svnbook.red-bean.com/|subversion book]]. The Greenstone source code is kept under version-control in a [[http://subversion.apache.org |subversion]] repository. For information about using SVN see [[en:developer:using_svn|this page]], or the [[http://svnbook.red-bean.com/|subversion book]].
  
-  * Repository Root:  [[http://svn.greenstone.org]] +  * Repository Root:  [[https://svn.greenstone.org]] 
-  * Repository Browser: [[http://trac.greenstone.org/browser]]+  * Repository Browser: [[https://trac.greenstone.org/browser]]
  
 ===== Repository Structure ===== ===== Repository Structure =====
Line 11: Line 12:
 The basic structure of the repository is The basic structure of the repository is
  
-**http://svn.greenstone.org/**+**https://svn.greenstone.org/**
   * **deprecated**     Some code that is no longer used   * **deprecated**     Some code that is no longer used
   * **documentation**  Legacy manuals and tutorial source   * **documentation**  Legacy manuals and tutorial source
Line 26: Line 27:
 The important projects inside main are: The important projects inside main are:
  
-http://svn.greenstone.org/main/trunk/+https://svn.greenstone.org/main/trunk/
   * **gli**   * **gli**
   * **greenstone2**   * **greenstone2**
Line 32: Line 33:
   * **gs2build**   * **gs2build**
  
-gs2build is a package of greenstone collection building code that is used by the greenstone 3 software.+gs2build is a package of greenstone collection building code that is used by the greenstone 3 software.
  
  
 ===== Greenstone checkout ===== ===== Greenstone checkout =====
  
-<TABAREA tabs="Greenstone3,Greenstone2"> +<tabbox Greenstone3>
-<TAB>+
 To checkout the Greenstone 3 source code from our server do the following: To checkout the Greenstone 3 source code from our server do the following:
  
-<code>svn co http://svn.greenstone.org/main/trunk/greenstone3 greenstone3</code>+<code>svn co https://svn.greenstone.org/main/trunk/greenstone3 greenstone3</code>
  
 Then from the greenstone3 folder, run  Then from the greenstone3 folder, run 
Line 57: Line 57:
  
  
-Please see our [[Compiling_Greenstone | compiling page]] for notes about compiling Greenstone. +Please see our [[Compiling_Greenstone3 | compiling page]] for notes about compiling Greenstone. 
-</TAB> +<tabbox Greenstone2>
-########################################## +
-<TAB>+
  
 To checkout the Greenstone 2 source code from our server do the following: To checkout the Greenstone 2 source code from our server do the following:
  
-<code>svn co http://svn.greenstone.org/main/trunk/greenstone2 greenstone2</code>+<code>svn co https://svn.greenstone.org/main/trunk/greenstone2 greenstone2</code>
  
 To checkout the Greenstone Librarian Interface source code, change to the greenstone2 directory and do the following: To checkout the Greenstone Librarian Interface source code, change to the greenstone2 directory and do the following:
  
-<code>svn co http://svn.greenstone.org/main/trunk/gli gli</code>+<code>svn co https://svn.greenstone.org/main/trunk/gli gli</code>
  
 Once you have the code you may update it at any time by changing to the greenstone2 directory and typing: Once you have the code you may update it at any time by changing to the greenstone2 directory and typing:
Line 76: Line 74:
  
  
-Please see our [[Compiling_Greenstone | compiling page]] for notes about compiling Greenstone. +Please see our [[Compiling_Greenstone2 | compiling page]] for notes about compiling Greenstone. 
-</TAB> +</tabbox>
-</TABAREA>+
  
 ===== Notes ===== ===== Notes =====
Line 85: Line 82:
  
 All of the line endings in the repository files are linux-style (\n) line endings. We ask that you do not check in files which do not conform to this standard. Therefore, we recommend finding a suitable editor for your platform, which uses this style of line ending. All of the line endings in the repository files are linux-style (\n) line endings. We ask that you do not check in files which do not conform to this standard. Therefore, we recommend finding a suitable editor for your platform, which uses this style of line ending.
- 
  
en/developer/svn.1433384661.txt.gz · Last modified: 2018/04/09 21:52 (external edit)