HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 6 and Version 7 of PortingTips


Ignore:
Timestamp:
05/01/08 01:05:52 (7 years ago)
Author:
andreasf
Comment:

Added links, added reference to Bazaar

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v6 v7  
    3333To automatically patch software with the BePorter tool, source tarballs should be diff'ed (cf. CreatePatch). 
    3434 
    35 Most projects however use SCM/VCS software including CVS, Subversion, git and Mercurial and accept patches only against their latest (HEAD) development version. A possible strategy is: 
     35Most projects however use SCM/VCS software, including [wiki:dev-util/cvs CVS], [wiki:dev-util/subversion Subversion], [wiki:dev-util/git Git], [wiki:dev-util/mercurial Mercurial] and [wiki:dev-util/bzr Bazaar], and accept patches only against their latest (HEAD/trunk/master) development version. A possible strategy is: 
    3636 
    3737 1. Download and try the latest released source tarball. If it works, no further steps are necessary. 
    38  1. Otherwise, check if the project maintains a publicly accessible (anonymous) source code repository. You might be able to choose between a branch corresponding to the version number of the source tarball or trunk. (Terminology varies between the VCS tools.) 
     38 1. Otherwise, check if the project maintains a publicly accessible (anonymous) source code repository. You might be able to choose between a branch corresponding to the version number of the source tarball, or trunk/master. (Terminology varies between the VCS tools.) 
    3939 
    4040Doing so, you can easily track or revert your own changes, and this is the preferred format for submitting patches to the respective projects. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/