User Tools

Site Tools


en:developer:svn

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:developer:svn [2023/03/19 21:09] kjdonen:developer:svn [2023/03/19 21:10] (current) kjdon
Line 1: Line 1:
- 
  
 ====== Greenstone Subversion (SVN) Repository ====== ====== Greenstone Subversion (SVN) Repository ======
Line 6: 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 13: 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 28: 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 42: Line 41:
 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 63: Line 62:
 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:
en/developer/svn.txt · Last modified: 2023/03/19 21:10 by kjdon