Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3fd87fac957368820cc40950b9ea900977032cee (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
<html>
<head>
<title>Restart Behavior</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>Restart Behavior</h2>
<p>Since: 3.3<br>
Last Modified: $Date$</p>

<p>CVS Synchronizations can be configured to populate or synchronize
after a restart. To test this, do the following:</p>

<ol>
	<li>Create a CVS synchronization of each persisted type (Workspace
	and Merge).</li>
	<li>Restart and see the page that allows you to populate or
	restart.</li>
	<li>Choose to remember the operation</li>
	<li>Pick an operation and ensure that the behavior is respected</li>
</ol>

<p>You will want to repeat these steps for both operations (Synchronize and
Populate) and you should also repeat them using the preference page
available from the view menu in the Synchronize view.</p>


</body>
</html>

Back to the top