Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9e56c6e1e1932a611bce7de88aab7529773ef5a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<article link="eclipse_branch.html">
	<title>Branching with Eclipse and CVS</title>
	<date>July 3, 2003</date>
	<category>general</category>
	<category>cvs</category>
	<author>
		<name>Paul Glezen</name>
		<company>IBM</company>
	</author>
	<description>
		This article presents a brief branch and merge scenario designed
		to quickly illustrate some branch and merge features of
		Eclipse's CVS integration. I assume the reader already
		appreciates the value of branching and merging in a source
		control environment. Little is said to justify it here. Rather,
		a step-by-step scenario illustrates the common branch and merge
		operations using Eclipse-based IDEs with CVS as the source
		control mechanism.
	</description>
</article>

Back to the top