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 1 and Version 2 of VersionControlURI


Ignore:
Timestamp:
03/07/10 22:44:58 (5 years ago)
Author:
augiedoggie
Comment:

Formatting changes

Legend:

Unmodified
Added
Removed
Modified
  • VersionControlURI

    v1 v2  
    33 
    44 
    5 == Schema of the URI == 
     5= Schema of the URI = 
    66 
    77{{{ 
    … …  
    1616'''Supported version control types''' 
    1717 
    18 * cvs:// 
     18 * cvs:// 
    1919 
    20 * svn:// 
     20 * svn:// 
    2121 
    22 * svn+http:// 
     22 * svn+http:// 
    2323 
    24 * svn+https:// 
     24 * svn+https:// 
    2525 
    26 * hg+http:// 
     26 * hg+http:// 
    2727 
    28 * hg+https:// 
     28 * hg+https:// 
    2929 
    30 * git:// 
     30 * git:// 
    3131 
    32 * git+http:// 
     32 * git+http:// 
    3333 
    34 * git+https:// 
     34 * git+https:// 
    3535 
    3636 
    3737 
    3838 
    39 '''The revision specifier''' 
     39=== The revision specifier === 
    4040 
    4141For subversion this is a revision number. 
    … …  
    4848 
    4949 
    50 '''Notes for CVS''' 
     50=== Notes for CVS === 
    5151 
    5252The CVS schema is slightly different than the others.  The path should also include the module name at the end and it will almost always need :pserver: just after the type specifier. 
    … …  
    6060---- 
    6161 
     62= Real world examples = 
    6263 
    6364 
    64 == Subversion examples == 
     65=== Subversion === 
    6566 
    6667 
    … …  
    8182 
    8283 
    83 == Mercurial examples == 
     84=== Mercurial === 
    8485 
    8586 
    … …  
    100101 
    101102 
    102 == Git examples == 
     103=== Git === 
    103104 
    104105 
    … …  
    112113 
    113114 
    114 == CVS examples == 
     115=== CVS === 
    115116 
    116117 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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