Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/html/00030.html')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00030.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00030.html b/tests/org.eclipse.team.tests.cvs.core/html/00030.html
new file mode 100644
index 000000000..dc74f46dc
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00030.html
@@ -0,0 +1,29 @@
+<html><head><title>Importing a zip over a shared project</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>Importing a zip over a shared project</h2>
+<p>Since: <br>
+Last Modified: $Date: 2003/11/27 22:04:58 $</p><body>
+
+<p>This scenario captures one means of patching. It assumes that a zip file contains
+a previous version of a project that has been modified in some way and added to
+a zip archive (without CVS directories).</p>
+
+<p>Perform the following steps:</p>
+<ol>
+ <li>Load the project from CVS (using Checkout or some other means)</li>
+ <li>Import the zip over the loaded project.</li>
+ <li>Ensure that the sync states are Outgoing for all resources from the zip file.</li>
+ <li>Ensure that all folders from the zip file (except new ones)
+ are marked as in-sync and all files (except new ones) are outgoing changes.
+ <li>Changing the comparison criteria to compare contents should not contact the server
+ and should leave only the resources that differ in the sync view. Perform a
+ Mark As Merged and a Commit on these resources.</li>
+ <li>Changing the comparison criteria back to revision number will reveal all the files
+ whose content did not change, perform a Mark as merged on these resources followed by
+ a Team>Update on the project in the Navigator (Note: This could be handled better).</li>
+ <li>After the update, ensure the project has no out-of-sync resources.</li>
+</ol>
+
+</body></html> \ No newline at end of file

Back to the top