User Tools

Site Tools


development_resources

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
development_resources [2007/08/11 14:57] – add the old_stable branch. pizzadevelopment_resources [2008/08/17 19:22] – switched to git. pizza
Line 15: Line 15:
 == Source Code == == Source Code ==
  
-Source code to devel tree is available via subversion at:  [[svn://svn.shaftnet.org/po-devel/trunk]], or via a [[https://mail.shaftnet.org/chora/browse.php?rt=po&f=/trunk/|web interface]]+Photo Organizer's current development code is always available via git at:
  
-The -stable release (>=2.34-rc3) code is also available via subversion at:  [[svn://svn.shaftnet.org/po-devel/branches/stable]], or via [[https://mail.shaftnet.org/chora/browse.php?rt=po&f=/branches/stable/|the web.]]+  git://git.shaftnet.org/po.git
  
-The old_stable release (>=2.33e) code is also available via subversion at:  [[svn://svn.shaftnet.org/po-devel/branches/old_stable]]or via [[https://mail.shaftnet.org/chora/browse.php?rt=po&f=/branches/old_stable/|the web.]]+And via gitweb at: 
 + 
 +  http://git.shaftnet.org/git/gitweb.cgi?p=po.git;a=summary 
 + 
 +The 'master' branch is considered the unstable development code, while the 'stable' branch tracks releases.  This repository has limited historical data for releases prior to 2.36.  A second repository was created from the old subversion tree that contains all historical data from v2.29 onwards. 
 + 
 +  git://git.shaftnet.org/po-from-svn-archive.git 
 + 
 +While a full introduction to git is beyond the scope of this documentto check out the latest -stable code, run this series of commands: 
 + 
 +  git clone git://git.shaftnet.org/po.git po-stable 
 +  git branch -a stable origin/stable 
 +  git checkout stable 
 + 
 +Afterwards, running 'git pull' will fetch the latest upstream changes to -stable.
  
 == Mailing Lists == == Mailing Lists ==
development_resources.txt · Last modified: 2020/03/19 16:51 by pizza