Changes between Version 1 and Version 2 of VersionControlURI
- Timestamp:
- 03/07/10 22:44:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionControlURI
v1 v2 3 3 4 4 5 = = Schema of the URI ==5 = Schema of the URI = 6 6 7 7 {{{ … … 16 16 '''Supported version control types''' 17 17 18 * cvs://18 * cvs:// 19 19 20 * svn://20 * svn:// 21 21 22 * svn+http://22 * svn+http:// 23 23 24 * svn+https://24 * svn+https:// 25 25 26 * hg+http://26 * hg+http:// 27 27 28 * hg+https://28 * hg+https:// 29 29 30 * git://30 * git:// 31 31 32 * git+http://32 * git+http:// 33 33 34 * git+https://34 * git+https:// 35 35 36 36 37 37 38 38 39 '''The revision specifier''' 39 === The revision specifier === 40 40 41 41 For subversion this is a revision number. … … 48 48 49 49 50 '''Notes for CVS''' 50 === Notes for CVS === 51 51 52 52 The 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. … … 60 60 ---- 61 61 62 = Real world examples = 62 63 63 64 64 == Subversion examples==65 === Subversion === 65 66 66 67 … … 81 82 82 83 83 == Mercurial examples==84 === Mercurial === 84 85 85 86 … … 100 101 101 102 102 == Git examples==103 === Git === 103 104 104 105 … … 112 113 113 114 114 == CVS examples==115 === CVS === 115 116 116 117
