Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 186f65e66c3669a5a446b6aa8af722201664fadf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>Branching</title>
<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
<meta NAME="keywords" content="">
<meta NAME="since" content="">
</head>
<body>
<h2>Branching</h2>
<p>Since: 3.1 M4<br>
Last Modified: $Date: 2007/05/23 13:19:14 $</p>

<ol>
	<li>Choose Team>Branch from the context menu of the Navigator.
	<li>Enter a branch tag.</li>
	<li>Verify that a version tag is proposed for the branch.</li>
	<li>Click OK and verify that the tags are applied and the local
	project is mapped to the branch.</li>
</ol>
<p>Some things to try:
<ul>
	<li>Uncheck the "Start working in the branch" option and verify
	that the local project is not moved to the branch.</li>
	<li>Branch a loaded version and verify that the tag from the
	project is used as the root.</li>
	<li>Ensure that the content assist on the branch text widget shows
	branches from other projects in the workspace that do not exist on the
	project being branched.</li>
	<li>Branch with local changes and ensure that they remain and can
	be committed to the branch.</li>
</ul>

</body>
</html>

Back to the top