Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-12-03 18:20:56 +0000
committerMichael Valenta2003-12-03 18:20:56 +0000
commit51d88c9621d6281dfbb0c335a3147fa0ca76e795 (patch)
tree7b82a94997aa5e52a7591e41e8a73af4b9e480a9
parent6d722bc601b2e70f6fb3e50f5aea7fa2364c9ef1 (diff)
downloadeclipse.platform.team-51d88c9621d6281dfbb0c335a3147fa0ca76e795.tar.gz
eclipse.platform.team-51d88c9621d6281dfbb0c335a3147fa0ca76e795.tar.xz
eclipse.platform.team-51d88c9621d6281dfbb0c335a3147fa0ca76e795.zip
*** empty log message ***
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00026.html11
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/00027.html18
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/toc.xml4
3 files changed, 33 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00026.html b/tests/org.eclipse.team.tests.cvs.core/html/00026.html
new file mode 100644
index 000000000..2dd54b238
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00026.html
@@ -0,0 +1,11 @@
+<html><head><title>Sharing</title>
+<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
+<meta NAME="keywords" content="">
+<meta NAME="since" content="">
+</head><h2>Sharing</h2>
+<p>Since: <br>
+Last Modified: $Date: 2003/11/27 22:04:58 $</p><body>
+
+Answer comes here.
+
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/00027.html b/tests/org.eclipse.team.tests.cvs.core/html/00027.html
new file mode 100644
index 000000000..35b50d6f9
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/html/00027.html
@@ -0,0 +1,18 @@
+<html><head><title>Sharing as a subfolder</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>Sharing as a subfolder</h2>
+<p>Since: 3.0 M6<br>
+Last Modified: $Date: 2003/11/27 22:04:58 $</p>
+
+<p>Perform the following steps:</p>
+<ol>
+ <li>Create a new project</li>
+ <li>Select Team>Share</li>
+ <li>Select a repository and click next</li>
+ <li>Enter a path with at least two segments as the remote module name</li>
+ <li>Click Finish</li>
+</ol>
+<p>Ensure that the project was shared properly (i.e. remote folders were created).
+</body></html> \ No newline at end of file
diff --git a/tests/org.eclipse.team.tests.cvs.core/toc.xml b/tests/org.eclipse.team.tests.cvs.core/toc.xml
index 54d897c76..06ba44433 100644
--- a/tests/org.eclipse.team.tests.cvs.core/toc.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/toc.xml
@@ -40,5 +40,9 @@
<topic label="Synchronize View Settings" href="html/00025.html">
</topic>
</topic>
+ <topic label="Sharing" href="html/00026.html">
+ <topic label="Sharing as a subfolder" href="html/00027.html">
+ </topic>
+ </topic>
</topic>
</toc>

Back to the top