~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to www/merge-tracking/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-12-13 17:57:16 UTC
  • mfrom: (1.1.6 upstream) (0.1.3 etch)
  • Revision ID: james.westby@ubuntu.com-20061213175716-2ysv6z4w5dpa2r2f
Tags: 1.4.2dfsg1-2ubuntu1
* Merge with Debian unstable; remaining changes:
  - Create pot file on build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
<head>
 
5
<style type="text/css"> /* <![CDATA[ */
 
6
  @import "tigris-branding/css/tigris.css";
 
7
  @import "tigris-branding/css/inst.css";
 
8
  /* ]]> */</style>
 
9
<link rel="stylesheet" type="text/css" media="print"
 
10
  href="tigris-branding/css/print.css"/>
 
11
<script type="text/javascript" src="tigris-branding/scripts/tigris.js"></script>
 
12
<title>Merge Tracking</title>
 
13
</head>
 
14
 
 
15
<body>
 
16
<div class="h2">
 
17
 
 
18
<h2>Merge Tracking</h2>
 
19
 
 
20
<p>"Make merging changes <em>simple</em>."</p>
 
21
 
 
22
<div class="h3" id="internal">
 
23
<h3>Subversion's own Merge Tracking</h3>
 
24
 
 
25
<p>Subversion's own merge tracking support is still in the conception
 
26
stage.  Email the development list if you're interested in
 
27
participating in its definition or implementation.</p>
 
28
 
 
29
<ul>
 
30
  <li><a href="requirements.html">Use Cases and Requirements</a></li>
 
31
 
 
32
  <li><a href="func-spec.html">Functional Specification</a></li>
 
33
 
 
34
  <li><a href="design.html">Design Specification</a></li>
 
35
</ul>
 
36
 
 
37
</div>  <!-- internal -->
 
38
 
 
39
 
 
40
<div class="h3" id="external">
 
41
<h3>External Merge Tracking</h3>
 
42
 
 
43
<h4>Tools built on top of Subversion</h4>
 
44
 
 
45
<ul>
 
46
  <li><a href="http://www.orcaware.com/svn/wiki/Svnmerge.py"
 
47
  >svnmerge</a></li>
 
48
 
 
49
  <li><a href="http://svk.elixus.org/">svk</a></li>
 
50
</ul>
 
51
 
 
52
<!-- ### Do we want this info here, or buried deeper in this web
 
53
space?
 
54
<h4>Other tools</h4>
 
55
 
 
56
<ul>
 
57
  <li><a href="http://perforce.com/">Perforce</a></li>
 
58
 
 
59
  <li><a href="http://www.ibm.com/software/awdtools/clearcase/support/"
 
60
  >ClearCase</a></li>
 
61
 
 
62
  <li><a href="http://www.bitkeeper.com/">BitKeeper</a></li>
 
63
 
 
64
  <li><a href="http://users.footprints.net/~kaz/mcvs.html">MetaCVS</a></li>
 
65
</ul>
 
66
-->
 
67
 
 
68
</div>  <!-- external -->
 
69
 
 
70
<!-- TODO: "Import" from CollabNet's site (this should become a
 
71
"tasks" or "status" document):
 
72
  <li><p><a
 
73
  href="https://scm-roadmap.extranet.collab.net/merge-tracking.html"
 
74
  >VC Team Merge Tracking Roadmap</a></p></li>
 
75
-->
 
76
 
 
77
</div>  <!-- h2 -->
 
78
</body>
 
79
</html>