Correct Layout
diff --git a/documentation/faq.php b/documentation/faq.php
index c36d65b..bed2ca6 100644
--- a/documentation/faq.php
+++ b/documentation/faq.php
@@ -58,7 +58,7 @@
<br/>
<p id="create">
<h3>How can I create a repository and fill it with data?</h3>
- Unfortunately there is no any probability to create the SVN® repository using plug-in UI, so you'll have to do it manually using 'svnadmin create' command. To import required data to the repository create a repository location using <a href="teamSupport/new_location_wiz.php">'New SVN Repository Location Wizard'</a>, share required project (or projects) using <a href="teamSupport/sharing_wiz.php">'SVN Sharing Wizard'</a> and perform the initial commit.
+ Unfortunately there is no any probability to create the SVN® repository using plug-in UI, so you'll have to do it manually using 'svnadmin create' command. To import required data to the repository create a repository location using <a href="teamSupport/new_location_wiz.php">'New SVN Repository Location Wizard'</a>, share required project (or projects) using <a href="teamSupport/sharing_wiz.php">'SVN Sharing Wizard'</a> and perform the initial commit.
</p>
<br/>
<p id="checked">
diff --git a/documentation/gettingStarted.php b/documentation/gettingStarted.php
index 4589bcf..cd9af28 100644
--- a/documentation/gettingStarted.php
+++ b/documentation/gettingStarted.php
@@ -36,16 +36,21 @@
<h1>Getting Started</h1>
<p>In this part the user can find some basic concepts on Subversion®, general information on Subversive plug-in, integration instructions and the answer for the common questions on the product.</p>
<p>Also the Subversive architechture, modules and extention points information is included for more experienced users. We hope this information might be quite useful.</p>
- <p>If you are new to SVN or version control systems please first of all refer to the <a href="gettingStarted/subversion/svn_intro.php">'Subversion® (SVN)'</a>. You'll find there the introducton to Subversion®, information about subversion folders and some useful links, which can help you to get closer to SVN®.</p>
+ <p>If you are new to SVN or version control systems please first of all refer to the <a href="gettingStarted/subversion/svn_intro.php">'Subversion® (SVN)'</a>. You'll find there the introducton to Subversion®, information about subversion folders and some useful links, which can help you to get closer to SVN®.</p>
<p>First of all the user would like to install the Team plug-in. Before installation the user should familiarize himself with <a href="gettingStarted/aboutSubversive/requirements.php">requierments</a>. To get detailed insallation instructions refer to the <a href="gettingStarted/aboutSubversive/install.php">'Subversive installation instructions'</a> topic of this guide part.</p>
<p>To get detailed management instructions refer to the <a href="gettingStarted/aboutSubversive/management.php">'Subversive management instructions'</a> topic of this guide part. We did our best to make the product really flexible, so feel free to manage provided features.</p>
- <p>If it's planed that the work with Subversive plug-in will go on not Windows® platform it's strongly recommended to pay attantion to <a href="gettingStarted/aboutSubversive/no_win.php">'If you are not a Windows user'</a> topic of this guide part. It will help the users avoid a lot of problems.</p>
+ <p>If it's planed that the work with Subversive plug-in will go on not Windows® platform it's strongly recommended to pay attantion to <a href="gettingStarted/aboutSubversive/no_win.php">'If you are not a Windows user'</a> topic of this guide part. It will help the users avoid a lot of problems.</p>
<p>Subversive plug-in can be easily integrated with FastTrack, Buckminster and Mylyn. To get detailed instructions on Mylyn integration refer to <a href="gettingStarted/aboutSubversive/mylyn.php">Mylyn (former Mylar) integration</a> topic of this guide part.</p>
<h2>Where shall I go further?</h2>
<p>In the <a href="prefs.php"><b>'Preferences'</b></a> part the user can find an information on Subversive plug-in options and configuring them.</p>
- <p>To find the information on an everyday work with the Subversive the user should refer <a href="teamSupport.php"><b>'Team support with SVN®'</b></a> part. There he would find an information on GUI, SVN® actions, example of a typical working cycle with SVN® and a lot of useful recommendations.</p>
+ <p>To find the information on an everyday work with the Subversive the user should refer <a href="teamSupport.php"><b>'Team support with SVN®'</b></a> part. There he would find an information on GUI, SVN® actions, example of a typical working cycle with SVN® and a lot of useful recommendations.</p>
<p>We do hope you'll find the structure of this guide comfortable.</p>
<p>To get answers on a frequently asked questions refer to <a href="faq.php">'FAQ'</a> topic in the root of this guide.</p>
+ <img src="images/inside.png"/>
+ <br/>
+ <a href="gettingStarted/subversion/svn_intro.php">Subversion® (SVN)</a>
+ <br/>
+ <a href="gettingStarted/subversive.php">About Subversive and Subversive User Guide...</a>
<br/>
<br/>
</div>
diff --git a/documentation/gettingStarted/subversion/svn_diffs.php b/documentation/gettingStarted/subversion/svn_diffs.php
index 039b172..466cfad 100644
--- a/documentation/gettingStarted/subversion/svn_diffs.php
+++ b/documentation/gettingStarted/subversion/svn_diffs.php
@@ -32,12 +32,12 @@
<div id="midcolumn">
-<h3>Main feature differences between SVN® and CVS</h3>
+<h3>Main feature differences between SVN and CVS</h3>
<p>
- SVN® in contrast to CVS can track not only file change history, but all the changes in file system of the shared projects,
+ SVN® in contrast to CVS can track not only file change history, but all the changes in file system of the shared projects,
allows to add/delete/remove/rename all the shared resources without creating new items and loosing information about
- deleted ones. Subversion® uses most improved algorithms to compare both binary and non-binary files. In advance, commit operation
- in SVN® is absolutely atomic and versioned properties support is available. And at last, owing to well-defined API, SVN® is
+ deleted ones. Subversion® uses most improved algorithms to compare both binary and non-binary files. In advance, commit operation
+ in SVN® is absolutely atomic and versioned properties support is available. And at last, owing to well-defined API, SVN® is
maintainable and usable by other applications.
</p>
<br/>
diff --git a/documentation/gettingStarted/subversion/svn_intro.php b/documentation/gettingStarted/subversion/svn_intro.php
index 9cf18a1..b338a67 100644
--- a/documentation/gettingStarted/subversion/svn_intro.php
+++ b/documentation/gettingStarted/subversion/svn_intro.php
@@ -32,21 +32,21 @@
<div id="midcolumn">
-<h2>Subversion® introduction</h2>
+<h2>Subversion introduction</h2>
<p>
- Subversion® is an open-source version control system. Subversion® allows developers to share there projects on
+ Subversion® is an open-source version control system. Subversion® allows developers to share there projects on
the repositories, where they are stored afterwards. Repository is much similar to a file server, except the fact, that
- it not only stores the copy of the file system, but its previous states and changing history. Subversion® access its
+ it not only stores the copy of the file system, but its previous states and changing history. Subversion® access its
repositories using network, so it provides a probability for a person to work over some shared files and watch for every
possible changes made by other developers.</p>
- <p>Subversion® home: <a target="_blank" href="http://subversion.tigris.org/">http://subversion.tigris.org/</a></p>
+ <p>Subversion® home: <a target="_blank" href="http://subversion.tigris.org/">http://subversion.tigris.org/</a></p>
<img src="../../images/inside.png"/>
<br/>
- <a href="svn_diffs.php">Main feature differences between SVN® and CVS</a>
+ <a href="svn_diffs.php">Main feature differences between SVN and CVS</a>
<br/>
<a href="svn_folders.php">Trunk, Branches and Tags</a>
<br/>
- <a href="svn_more.php">More about SVN®</a>
+ <a href="svn_more.php">More about SVN</a>
<br/>
<br/>
</div>
diff --git a/documentation/gettingStarted/subversion/svn_more.php b/documentation/gettingStarted/subversion/svn_more.php
index a3e1cdb..0a705a9 100644
--- a/documentation/gettingStarted/subversion/svn_more.php
+++ b/documentation/gettingStarted/subversion/svn_more.php
@@ -32,9 +32,9 @@
<div id="midcolumn">
-<h3>More about SVN®</h3>
+<h3>More about SVN</h3>
<p>
- For more information about SVN® refer to "<a href="http://svnbook.red-bean.com/">Version Control with Subversion</a>" by Ben Collins-Sussman, Brian W. Fitzpatrick,
+ For more information about SVN® refer to "<a href="http://svnbook.red-bean.com/">Version Control with Subversion</a>" by Ben Collins-Sussman, Brian W. Fitzpatrick,
C. Michael Pilato.
</p>
<br/>
diff --git a/documentation/index.php b/documentation/index.php
index 18b1f2b..eea594f 100644
--- a/documentation/index.php
+++ b/documentation/index.php
@@ -32,22 +32,36 @@
<div id="midcolumn">
- <h1>About Subversive and Subversive User Guide...</h1>
+ <h1>Welcome to Subversive community!</h1>
<p>
- Subversive is a totally new Eclipce plug-in, that provides you a probability to use supported SVN® clients easily directly
+ Subversive is a totally new Eclipce plug-in, that provides you a probability to use supported SVN® clients easily directly
from your workbench. Friendly user interface of Subversive makes it much more comfortable to operate repositories. All
- SVN® operations are supported and there are no difficulties while working with command line from now on.
+ SVN® operations are supported and there are no difficulties while working with command line from now on.
</p>
<p>In this guide you can find almost everything that you expect to find while facing some problems during Subversive usage.</p>
+ <p>In the first part of this guide, which is called <a href="gettingStarted.php">"Getting started"</a> you can get acquainted
+ with SVN®, Subversive and there basic concepts. The "SVN®" part is recommended to read to everyone who has no experience
+ in working with Subversion® or even other version contril systems. In the "Aboute Subversive" part you'll find how to install,
+ update, manage and integrate with other compatible plugins. Also you can get a closer look on plug-in itself, its architecture and
+ extension points.</p>
+ <p>In the <a href="prefs.php">Preferences</a> part you can get an information on configuring preferences, refered to Subversive
+ plug-in.</p>
+ <p>The last, the biggest and the most filled with useful information part is the <a href="teamSupport.php">Team support with SVN®</a> one. You'll find there
+ the quick tour through the Subversinon® usage in team programming, a lot of information on Subversive views, perspectives, dialogs, wizards, supported
+ actions, repository layouts and other features with tips from the specialist in this branch.</p>
<ul>
<li><a href="gettingStarted.php">Getting started</a>
<ul>
- <li><a href="gettingStarted/subversion/svn_intro.php">Subversion® (SVN)</a></li>
- <li><a href="gettingStarted/subversion/svn_diffs.php">Main feature differences between SVN® and CVS</a></li>
+ <li><a href="gettingStarted/subversion/svn_intro.php">Subversion (SVN)</a>
+ <ul>
+ <li><a href="gettingStarted/subversion/svn_diffs.php">Main feature differences between SVN and CVS</a></li>
<li><a href="gettingStarted/subversion/svn_folders.php">Trunk, Branches and Tags</a></li>
- <li><a href="gettingStarted/subversion/svn_more.php">More about SVN®</a></li>
- <li><a href="gettingStarted/subversive.php">About Subversive and Subversive User Guide</a></li>
+ <li><a href="gettingStarted/subversion/svn_more.php">More about SVN</a></li>
+ </ul>
+ </li>
+ <li><a href="gettingStarted/subversive.php">About Subversive and Subversive User Guide</a>
+ <ul>
<li><a href="gettingStarted/aboutSubversive/features.php">Subversive unique features</a></li>
<li><a href="gettingStarted/aboutSubversive/requirements.php">Requirements</a></li>
@@ -62,6 +76,8 @@
<li><a href="gettingStarted/aboutSubversive/fast_track.php">FastTrack integration</a></li>
<li><a href="gettingStarted/aboutSubversive/buckminster.php">Buckminster integration</a></li>
<li><a href="gettingStarted/aboutSubversive/mylyn.php">Mylyn (former Mylar) integration</a></li>
+ </ul>
+ </li>
</ul>
</li>
@@ -79,10 +95,10 @@
</ul>
</li>
- <li><a href="teamSupport.php">Team support with SVN®</a>
+ <li><a href="teamSupport.php">Team support with SVN</a>
<ul>
<li><a href="teamSupport/repos_persp.php">SVN Repository Exploring Perspective</a></li>
- <li><a href="teamSupport/new_location_wiz.php">New SVN Repository Location Wizard</a></li>
+ <li><a href="teamSupport/new_location_wiz.php">SVN Repository Location Wizard</a></li>
<li><a href="teamSupport/sharing_wiz.php">SVN Sharing Wizard</a></li>
<li><a href="teamSupport/find_check_wiz.php">SVN Find/Check Out As Wizard</a></li>
<li><a href="teamSupport/console.php">SVN Console</a></li>
@@ -98,81 +114,33 @@
<li><a href="teamSupport/svn_info.php">SVN Info</a></li>
<li><a href="teamSupport/svn_toolbar.php">SVN Toolbar</a></li>
<li><a href="teamSupport/svn_label_decor.php">SVN Label Decorations</a></li>
- <li><a href="teamSupport/svn_main_menu.php">'SVN' main menu group</a></li>
- <li><a href="teamSupport/actions.php">SVN® actions</a>
+ <li><a href="teamSupport/svn_main_menu.php">SVN main menu group</a></li>
+ <li><a href="teamSupport/actions.php">SVN actions</a>
<ul>
-
- <li>
- <a href="teamSupport/SVNaction/share.php">Sharing a project</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/check_out.php">Checking out</a>
- </li>
-
- <li>
- <a href="teamSupport/SVNaction/commit.php">Commiting</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/update.php">Updating</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/add_vc.php">Adding resources to version control</a>
-
- </li>
- <li>
- <a href="teamSupport/SVNaction/ignore_vc.php">Ignoring resources from version control</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/branch.php">Branching</a>
- </li>
- <li>
-
- <a href="teamSupport/SVNaction/merge.php">Merging</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/tag.php">Creating tags</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/switch.php">Switching project to a new URL</a>
-
- </li>
- <li>
- <a href="teamSupport/SVNaction/override.php">Overriding operations</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/locks.php">Locking and unlocking resources</a>
- </li>
- <li>
-
- <a href="teamSupport/SVNaction/set_props.php">Setting properties</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/set_keys.php">Setting keywords</a>
- </li>
- <li>
- <a href="teamSupport/SVNaction/patch.php">Patching</a>
-
- </li>
- <li>
- <a href="teamSupport/SVNaction/revert.php">Reverting changes</a>
- </li>
- </ul>
+ <li><a href="teamSupport/SVNaction/share.php">Sharing a project</a></li>
+ <li><a href="teamSupport/SVNaction/check_out.php">Checking out</a></li>
+ <li><a href="teamSupport/SVNaction/commit.php">Commiting</a></li>
+ <li><a href="teamSupport/SVNaction/update.php">Updating</a></li>
+ <li><a href="teamSupport/SVNaction/add_vc.php">Adding resources to version control</a></li>
+ <li><a href="teamSupport/SVNaction/ignore_vc.php">Ignoring resources from version control</a></li>
+ <li><a href="teamSupport/SVNaction/branch.php">Branching</a></li>
+ <li><a href="teamSupport/SVNaction/merge.php">Merging</a></li>
+ <li><a href="teamSupport/SVNaction/tag.php">Creating tags</a></li>
+ <li><a href="teamSupport/SVNaction/switch.php">Switching project to a new URL</a></li>
+ <li><a href="teamSupport/SVNaction/override.php">Overriding operations</a></li>
+ <li><a href="teamSupport/SVNaction/locks.php">Locking and unlocking resources</a></li>
+ <li><a href="teamSupport/SVNaction/set_props.php">Setting properties</a></li>
+ <li><a href="teamSupport/SVNaction/set_keys.php">Setting keywords</a></li>
+ <li><a href="teamSupport/SVNaction/patch.php">Patching</a></li>
+ <li><a href="teamSupport/SVNaction/revert.php">Reverting changes</a></li>
+ </ul>
</li>
<li><a href="teamSupport/compare.php">Working with Compare Editor</a>
<ul>
-
-
- <li>
- <a href="teamSupport/compareEditor/compare_oc.php">Making your own changes</a>
- </li>
- <li>
- <a href="teamSupport/compareEditor/compare_ac.php">Another user changes</a>
- </li>
- <li>
-
- <a href="teamSupport/compareEditor/compare_cc.php">Working with conflict changes</a>
- </li>
+ <li><a href="teamSupport/compareEditor/compare_oc.php">Making your own changes</a></li>
+ <li><a href="teamSupport/compareEditor/compare_ac.php">Another user changes</a></li>
+ <li><a href="teamSupport/compareEditor/compare_cc.php">Working with conflict changes</a></li>
</ul>
</li>
<li><a href="teamSupport/refactor.php">Refactoring</a></li>
diff --git a/documentation/preferences/pref_console.php b/documentation/preferences/pref_console.php
index 3537f2b..6ff287c 100644
--- a/documentation/preferences/pref_console.php
+++ b/documentation/preferences/pref_console.php
@@ -51,7 +51,7 @@
<td valign="top">
<p>
<i>
- It is recommended to limit the console buffer size to improve performance. Also it might not be useful to get all SVN® messages, so the user can customize the console to get only warnings and errors.
+ It is recommended to limit the console buffer size to improve performance. Also it might not be useful to get all SVN® messages, so the user can customize the console to get only warnings and errors.
</i>
</p>
</td>
@@ -65,7 +65,7 @@
</tr>
<tr>
<td align ="center" valign="center">Show SVN output in the 'Console View'</td>
- <td align ="center" valign="center">Specifies either show or not Subversion® output in the 'Console View'</td>
+ <td align ="center" valign="center">Specifies either show or not Subversion® output in the 'Console View'</td>
<td align ="center" valign="center">Enadled</td>
</tr>
<tr>
diff --git a/documentation/preferences/pref_svn.php b/documentation/preferences/pref_svn.php
index fa61003..9e7e26c 100644
--- a/documentation/preferences/pref_svn.php
+++ b/documentation/preferences/pref_svn.php
@@ -36,7 +36,7 @@
<p>
The following sections describe the preferences available in the tab groups of the
<i>'Team>SVN'</i>
- properties page. It allows to customize global SVN® Team preferences: choose client, customize views, repository location folders and some general features. To configure specific preferences refer to appropriate tab.
+ properties page. It allows to customize global SVN® Team preferences: choose client, customize views, repository location folders and some general features. To configure specific preferences refer to appropriate tab.
</p>
<b>General</b>
<p>Here the user can enable some general plug-in features.</p>
@@ -70,8 +70,8 @@
<td align ="center" valign="center">Enabled</td>
</tr>
<tr>
- <td align ="center" valign="center">Do not check external resources according to Subversion® recommendations.</td>
- <td align ="center" valign="center">If enabled prevents Subversion® from checking external resources.</td>
+ <td align ="center" valign="center">Do not check external resources according to Subversion® recommendations.</td>
+ <td align ="center" valign="center">If enabled prevents Subversion® from checking external resources.</td>
<td align ="center" valign="center">Enabled</td>
</tr>
<tr>
@@ -93,7 +93,7 @@
This is how <i>'General'</i> tab group looks like:
<br/><br/><img border="0" src="../images/pref_general.png" alt="General tab group"/><br/><br/>
<b>SVN Client</b><br/>
- <p>Here the user can choose the SVN® client he wants to use.</p>
+ <p>Here the user can choose the SVN® client he wants to use.</p>
<table cellpadding="5" cellspacing="0" border="1" width="100%">
<tr>
<td class="header" align ="center" valign="center">Option</td>
@@ -229,8 +229,8 @@
<td align ="center" valign="center">Enabled / 25</td>
</tr>
<tr>
- <td align ="center" valign="center">Choose where to show SVN® properties for the resource</td>
- <td align ="center" valign="center">SVN® properties for a resource are shown in a 'Properties View' or in a 'Properties Editor' depending on a selection.</td>
+ <td align ="center" valign="center">Choose where to show SVN® properties for the resource</td>
+ <td align ="center" valign="center">SVN® properties for a resource are shown in a 'Properties View' or in a 'Properties Editor' depending on a selection.</td>
<td align ="center" valign="center">Display in 'Properties View'</td>
</tr>
</table><br/>
diff --git a/documentation/teamSupport.php b/documentation/teamSupport.php
index 40c5d56..09301dc 100644
--- a/documentation/teamSupport.php
+++ b/documentation/teamSupport.php
@@ -33,12 +33,12 @@
<div id="midcolumn">
<br/>
- <h1>Team support with SVN®</h1>
- <p>This part will help the developers to use the SVN® team capabilities built into Subversive plug-in.</p>
- <p>It's explained how to share your project to the remote repository location and then work on it with your team mates. After going through this part the user will be able to perform all the SVN® actions easily.</p>
+ <h1>Team support with SVN</h1>
+ <p>This part will help the developers to use the SVN® team capabilities built into Subversive plug-in.</p>
+ <p>It's explained how to share your project to the remote repository location and then work on it with your team mates. After going through this part the user will be able to perform all the SVN® actions easily.</p>
<p>Let's take a quick run on an example team working cycle on some big project.</p>
<p>
- So, some software company has really big set of projects. Earlier this company used another version control system, non SVN, and made a decision to trust Subversion®, choosing this plug-in to get comfortable working environment. Company administrator has already installed Subversion® on the company server and created a repository. The local copy of all of the company projects is available and the first thing he would like to do will be sharing them, so the developers team could continue their work on them. And he notices the first profit of the Subversive plug-in - multiple projects sharing.
+ So, some software company has really big set of projects. Earlier this company used another version control system, non SVN, and made a decision to trust Subversion®, choosing this plug-in to get comfortable working environment. Company administrator has already installed Subversion® on the company server and created a repository. The local copy of all of the company projects is available and the first thing he would like to do will be sharing them, so the developers team could continue their work on them. And he notices the first profit of the Subversive plug-in - multiple projects sharing.
<table cellpadding="1" cellspacing="0" border="0">
<tr>
<td valign="top" align="left">
@@ -138,7 +138,7 @@
<br/>
<a href="teamSupport/svn_main_menu.php">'SVN' main menu group</a>
<br/>
- <a href="teamSupport/actions.php">SVN® actions</a>
+ <a href="teamSupport/actions.php">SVN® actions</a>
<br/>
<a href="teamSupport/compare.php">Working with Compare Editor</a>
<br/>
diff --git a/documentation/teamSupport/SVNaction/merge.php b/documentation/teamSupport/SVNaction/merge.php
index 01beefa..de55351 100644
--- a/documentation/teamSupport/SVNaction/merge.php
+++ b/documentation/teamSupport/SVNaction/merge.php
@@ -46,7 +46,7 @@
<td valign="top">
<p>
<i>
- If there were some conflics during the merge operation cycle SVN® merges what it can and notify the user about the conflict. Then three file are created: 'name'.tmp (copy of the user's local file before update), 'name'.tmp2 (copy of the first revision file) and 'name'.tmp3 (copy of the second revision file). So the edit conflicts action must be run to resolve conflicts.
+ If there were some conflics during the merge operation cycle SVN® merges what it can and notify the user about the conflict. Then three file are created: 'name'.tmp (copy of the user's local file before update), 'name'.tmp2 (copy of the first revision file) and 'name'.tmp3 (copy of the second revision file). So the edit conflicts action must be run to resolve conflicts.
</i>
</p>
</td>
diff --git a/documentation/teamSupport/SVNaction/set_keys.php b/documentation/teamSupport/SVNaction/set_keys.php
index f631beb..ccaf1c5 100644
--- a/documentation/teamSupport/SVNaction/set_keys.php
+++ b/documentation/teamSupport/SVNaction/set_keys.php
@@ -33,7 +33,7 @@
<div id="midcolumn">
<h3>Setting keywords</h3>
- <p>This facility provides a probability to select keywords to be added to a svn:keywords property of the selected resource. This property allows Subversion® to add dynamically specified information of the versioned file right to its content. To perform the action click on the <i>'Team>Set Keywords...'</i> menu item of the resource pop-up menu or <i>'Set Keywords...'</i> menu item of the <i>'SVN' main menu group</i>.</p>
+ <p>This facility provides a probability to select keywords to be added to a svn:keywords property of the selected resource. This property allows Subversion® to add dynamically specified information of the versioned file right to its content. To perform the action click on the <i>'Team>Set Keywords...'</i> menu item of the resource pop-up menu or <i>'Set Keywords...'</i> menu item of the <i>'SVN' main menu group</i>.</p>
<p>This is how the <i>'Set Keywords Dialog'</i> looks like:</p>
<img border = "0" src="../../images/add_keyword.png" alt="Set Keywords dialog"/>
<br/>
diff --git a/documentation/teamSupport/SVNaction/set_props.php b/documentation/teamSupport/SVNaction/set_props.php
index fdafef8..a052f80 100644
--- a/documentation/teamSupport/SVNaction/set_props.php
+++ b/documentation/teamSupport/SVNaction/set_props.php
@@ -33,7 +33,7 @@
<div id="midcolumn">
<h3>Setting properties</h3>
- <p>To set SVN® Properties click on the <i>'Team>Set Property...'</i> menu item of the resource pop-up menu <i>'Set Property...'</i> menu item of the 'SVN' main menu group. The dialog provides a probability to choose a SVN® Property name from a combo box and type or get from file a property value.</p>
+ <p>To set SVN® Properties click on the <i>'Team>Set Property...'</i> menu item of the resource pop-up menu <i>'Set Property...'</i> menu item of the 'SVN' main menu group. The dialog provides a probability to choose a SVN® Property name from a combo box and type or get from file a property value.</p>
<p>This is how the <i>'Set Property Dialog'</i> looks like:</p>
<img border = "0" src="../../images/add_prop.png" alt="Set Property dialog"/>
<br/>
diff --git a/documentation/teamSupport/SVNaction/share.php b/documentation/teamSupport/SVNaction/share.php
index 8e50b1f..a8bc5f1 100644
--- a/documentation/teamSupport/SVNaction/share.php
+++ b/documentation/teamSupport/SVNaction/share.php
@@ -46,7 +46,7 @@
<td valign="top">
<p>
<i>
- If the Subversive plug-in has a registered repository location same to the some project's SVN® info one, than that project can be shared automatically. To let Subversive do this just enable 'Enable automatic project share' option in the General SVN Properties.
+ If the Subversive plug-in has a registered repository location same to the some project's SVN® info one, than that project can be shared automatically. To let Subversive do this just enable 'Enable automatic project share' option in the General SVN Properties.
</i>
</p>
</td>
diff --git a/documentation/teamSupport/SVNaction/update.php b/documentation/teamSupport/SVNaction/update.php
index 74f3844..a85caa1 100644
--- a/documentation/teamSupport/SVNaction/update.php
+++ b/documentation/teamSupport/SVNaction/update.php
@@ -46,7 +46,7 @@
<td valign="top">
<p>
<i>
- If the user has updated all the files of specific directory without updating the directory itself its revision won't change. So as revision number is the SVN® property there might be some conflicts during setting of properties, so it's recommended to update the whole directory. Also there might br conflicts while deleting/adding files with the same names both in the working copy and repository one.<br/><br/>If there were some conflics during the update operation cycle SVN® updates what it can and notify the user about the conflict. Then three file are created: 'name'.mine (copy of the user's local file before update), 'name'.BASEREV (copy of the base revision file) and 'name'.rNEWREV (copy of the repository revision file). So the edit conflicts action must be run to resolve conflicts.
+ If the user has updated all the files of specific directory without updating the directory itself its revision won't change. So as revision number is the SVN® property there might be some conflicts during setting of properties, so it's recommended to update the whole directory. Also there might br conflicts while deleting/adding files with the same names both in the working copy and repository one.<br/><br/>If there were some conflics during the update operation cycle SVN® updates what it can and notify the user about the conflict. Then three file are created: 'name'.mine (copy of the user's local file before update), 'name'.BASEREV (copy of the base revision file) and 'name'.rNEWREV (copy of the repository revision file). So the edit conflicts action must be run to resolve conflicts.
</i>
</p>
</td>
diff --git a/documentation/teamSupport/actions.php b/documentation/teamSupport/actions.php
index 06c158a..39a1631 100644
--- a/documentation/teamSupport/actions.php
+++ b/documentation/teamSupport/actions.php
@@ -32,8 +32,8 @@
<div id="midcolumn">
-<h2>SVN® Actions</h2>
- <p>In this part of the guide the user can find the description of the main SVN® operations and of the methods to perform them. Please do not ignore it if you are new to version control systems. Also you can find here some useful tips and notes.</p>
+<h2>SVN Actions</h2>
+ <p>In this part of the guide the user can find the description of the main SVN® operations and of the methods to perform them. Please do not ignore it if you are new to version control systems. Also you can find here some useful tips and notes.</p>
<img border="0" src="../images/inside.png"/>
<br/>
<a href="SVNaction/share.php">Sharing a project</a>
diff --git a/documentation/teamSupport/find_check_wiz.php b/documentation/teamSupport/find_check_wiz.php
index bfc47fc..5da1ae8 100644
--- a/documentation/teamSupport/find_check_wiz.php
+++ b/documentation/teamSupport/find_check_wiz.php
@@ -47,7 +47,7 @@
</tr>
<tr>
<td align ="center" valign="center">Checkout recursively</td>
- <td align ="center" valign="center">Specifies if the Subversion® should checkout the sub items and subtrees of selected resource.</td>
+ <td align ="center" valign="center">Specifies if the Subversion® should checkout the sub items and subtrees of selected resource.</td>
<td align ="center" valign="center">Enabled</td>
</tr>
</table>
diff --git a/documentation/teamSupport/history_view.php b/documentation/teamSupport/history_view.php
index c3292b0..741edac 100644
--- a/documentation/teamSupport/history_view.php
+++ b/documentation/teamSupport/history_view.php
@@ -61,7 +61,7 @@
<p><b>Compare with Each Other</b> - compares to selected revisions of the resource.</p>
<p><b>Compare current with 'selected'</b> - compares the current revision of the resource with the selected one.</p>
<p><b>Create Unified Diff</b> - creates a file containing differences between revisions.</p>
- <p><b>Show Properties</b> - shows SVN® Properties View for a selected revision of resource.</p>
+ <p><b>Show Properties</b> - shows SVN® Properties View for a selected revision of resource.</p>
<p><b>Show Annotations</b> - shows SVN Annotations View for a selected revision of resource.</p>
<p><b>Get Contents</b> - gets the contents of the selected revision of the resource.</p>
<p><b>Update To</b> - updates your workspace copy to a selected revision.</p>
diff --git a/documentation/teamSupport/layouts.php b/documentation/teamSupport/layouts.php
index fea5945..dc4dcde 100644
--- a/documentation/teamSupport/layouts.php
+++ b/documentation/teamSupport/layouts.php
@@ -33,7 +33,7 @@
<div id="midcolumn">
<h2>Repository Layouts</h2>
- <p>There are several ways recommended by Subversion® how users organize their repositories. By default there are trunk, branches and tags directories on the repository, which contain, correspondingly, trunk copy, branches copies and tag copies of the shared project.</p>
+ <p>There are several ways recommended by Subversion® how users organize their repositories. By default there are trunk, branches and tags directories on the repository, which contain, correspondingly, trunk copy, branches copies and tag copies of the shared project.</p>
<p>The common recommended layouts are:</p>
<p>Single project layout (there is only one project in each repository folder):</p>
<p>
diff --git a/documentation/teamSupport/merge_dialog.php b/documentation/teamSupport/merge_dialog.php
index 7fbed14..ae989bf 100644
--- a/documentation/teamSupport/merge_dialog.php
+++ b/documentation/teamSupport/merge_dialog.php
@@ -92,7 +92,7 @@
</tr>
<tr>
<td align ="center" valign="center">Ignore Ancestry</td>
- <td align ="center" valign="center">Specifies if Subversion® should ignore the ancestry of resources while merging.</td>
+ <td align ="center" valign="center">Specifies if Subversion® should ignore the ancestry of resources while merging.</td>
<td align ="center" valign="center">Disabled</td>
</tr>
</table>
diff --git a/documentation/teamSupport/new_location_wiz.php b/documentation/teamSupport/new_location_wiz.php
index 96e5fa7..ce1c903 100644
--- a/documentation/teamSupport/new_location_wiz.php
+++ b/documentation/teamSupport/new_location_wiz.php
@@ -32,7 +32,7 @@
<div id="midcolumn">
-<h2>New SVN Repository Location Wizard</h2>
+<h2>SVN Repository Location Wizard</h2>
<p>
<i>'New SVN Repository Location Wizard'</i> provides a probability to add a new repository location link to your workspace. Accessible from 'SVN Repository View' (click on 'New Repository Location' button), 'File>New' menu in the 'Repository Exploring Perspective' and from 'New>Other' menu in every other perspective. User should specify all necessary options and click 'Finish' to accept an action or 'Cancel' to discard it.</p>
@@ -97,7 +97,7 @@
</tr>
<tr>
<td align ="center" valign="center">Enable Structure Detection</td>
- <td align ="center" valign="center">Specifies if the Subversion® should detect the structure of repository.</td>
+ <td align ="center" valign="center">Specifies if the Subversion® should detect the structure of repository.</td>
<td align ="center" valign="center">Enable</td>
</tr>
<tr>
@@ -176,7 +176,7 @@
</tr>
<tr>
<td align ="center" valign="center">Enable Proxy</td>
- <td align ="center" valign="center">Specifies if the Subversion® should use Proxy server for connection.</td>
+ <td align ="center" valign="center">Specifies if the Subversion® should use Proxy server for connection.</td>
<td align ="center" valign="center">Disabled</td>
</tr>
<tr>
diff --git a/documentation/teamSupport/props_view.php b/documentation/teamSupport/props_view.php
index f6fec11..f605532 100644
--- a/documentation/teamSupport/props_view.php
+++ b/documentation/teamSupport/props_view.php
@@ -33,16 +33,16 @@
<div id="midcolumn">
<h2>SVN Properties View</h2>
- <p><i>'SVN Properties View'</i> provides a probability to view SVN® Properties for the resource. Its default location is <i>'SVN Repository Exploring Perspective'</i>.
+ <p><i>'SVN Properties View'</i> provides a probability to view SVN® Properties for the resource. Its default location is <i>'SVN Repository Exploring Perspective'</i>.
</p>
<p>This is how <i>'SVN Properties View'</i> looks like:</p>
<img border = "0" src="../images/svn_props_view.png" alt="SVN Properties View"/>
<p><b><i>Toolbar</i></b></p>
- <p><b>Refresh</b> - redraws the view refreshing the information on SVN® Properties of the resource.</p>
- <p><b>Link with Editor and Selection</b> - shows in the view information on SVN® Properties of the selected or actively editing resource.</p>
+ <p><b>Refresh</b> - redraws the view refreshing the information on SVN® Properties of the resource.</p>
+ <p><b>Link with Editor and Selection</b> - shows in the view information on SVN® Properties of the selected or actively editing resource.</p>
<p><b><i>Pop-up menu</i></b></p>
<p><b>Save Value to File</b> - saves the property value to a specified file.</p>
- <p><b>Refresh</b> - redraws the view refreshing the information on SVN® Properties of the resource.</p>
+ <p><b>Refresh</b> - redraws the view refreshing the information on SVN® Properties of the resource.</p>
<img border="0" src="../images/rel_tops.png" alt="Related topics"/>
<br/>
<a href="../teamSupport/repos_persp.php">SVN Repository Exploring Perspective</a>
diff --git a/documentation/teamSupport/refactor.php b/documentation/teamSupport/refactor.php
index 456eb6b..13bdb3f 100644
--- a/documentation/teamSupport/refactor.php
+++ b/documentation/teamSupport/refactor.php
@@ -33,10 +33,10 @@
<div id="midcolumn">
<h2>Refactoring</h2>
- <p>One of the main feature of Subversion® is folder versioning. So it's strongly recommended to use for refactoring functions provided by SVN® itself. The Subversive plug-in provides the user such probability with its UI. But the user should be very accurate, because there are some facts that he should always remember:</p>
+ <p>One of the main feature of Subversion® is folder versioning. So it's strongly recommended to use for refactoring functions provided by SVN® itself. The Subversive plug-in provides the user such probability with its UI. But the user should be very accurate, because there are some facts that he should always remember:</p>
<ul>
<li>While refactoring the structure of the versioned folder is changed, so if it's not up-to-date the conflict while committing is inevitable. So the user must be sure, that he has updated the resource being refactored to the repository location revision. Remember that the folder is considered to be not up-to-date even if only its revision number on the repository is changed.</li>
- <li>Native SVN® clients have the limitations on the quantity of consecutive refactors of the same resources, so the user should commit his changes after each renaming of the resource.</li>
+ <li>Native SVN® clients have the limitations on the quantity of consecutive refactors of the same resources, so the user should commit his changes after each renaming of the resource.</li>
<li>While working on the Win32 platform the case sensitivity is disabled, so if the user needs to rename his resource for example from "text.txt" to "Text.txt" he should do it on the repository and then update the changes.</li>
<li>Eclipse is copying resource's meta-information, so it's strongly recommended to use <i>'Team>Copy to...'</i> instead of standard Eclipse copy/paste operations.</li>
<li>When the user deletes the folder it still exists on the file system and its icon is still visible in the package explorer but marked for deletion. It's physically deleted after committing the changes.</li>
diff --git a/documentation/teamSupport/repos_view.php b/documentation/teamSupport/repos_view.php
index 18e037d..2d63fe5 100644
--- a/documentation/teamSupport/repos_view.php
+++ b/documentation/teamSupport/repos_view.php
@@ -34,7 +34,7 @@
<h2>SVN Repository View</h2>
<p><i>'SVN Repository View'</i> is a part of <i>'SVN Repository Exploring'</i> perspective. It shows SVN Repositories associated with your Workbench. If the user expands the location item the trunk, project revisions, tags and branches are shown which also are expandable, showing the files and folders of shared project contained in them.</p>
- <p>The pop-up menu allows the user to create new repository locations, resources, tags, branches and project structures, check out projects and resources, show resource history and SVN® properties, add revision links, do compare, get location properties and discard repository location.</p>
+ <p>The pop-up menu allows the user to create new repository locations, resources, tags, branches and project structures, check out projects and resources, show resource history and SVN® properties, add revision links, do compare, get location properties and discard repository location.</p>
<p>This is how <i>'SVN Repository View'</i> looks like:</p>
<img border = "0" src="../images/repos_view.png" alt="SVN Repository View" />
<p><b><i>Toolbar</i></b></p>
@@ -55,7 +55,7 @@
<p><b>Check Out</b> - check out selected resource to a current workspace.</p>
<p><b>Find/Check Out As</b> - activates SVN Find/Check Out As Wizard.</p>
<p><b>Show Resource History</b> - shows SVN History View for a selected resource.</p>
- <p><b>Show Properties</b> - shows SVN® Properties View for a selected resource.</p>
+ <p><b>Show Properties</b> - shows SVN® Properties View for a selected resource.</p>
<p><b>Refresh</b> - refreshes the current folder contents.</p>
<p><b>Compare</b> - compares two selected resources.</p>
<p><b>Compare with...</b> - compares the selected folder with a branch or revision of the same folder.</p>
diff --git a/documentation/teamSupport/sharing_wiz.php b/documentation/teamSupport/sharing_wiz.php
index 66aeae0..4efa73e 100644
--- a/documentation/teamSupport/sharing_wiz.php
+++ b/documentation/teamSupport/sharing_wiz.php
@@ -53,11 +53,11 @@
</tr>
<tr>
<td align ="center" valign="center">Launch the commit dialog for selected resources</td>
- <td align ="center" valign="center">Specifies if the Subversion® should commit the shared resources to the repository location at once while the user can continue his work.</td>
+ <td align ="center" valign="center">Specifies if the Subversion® should commit the shared resources to the repository location at once while the user can continue his work.</td>
<td align ="center" valign="center">Enabled</td>
</tr>
</table>
- <p>If the project the user wants to share has the SVN® meta information the following window appears to help the user to share the project using existant information.</p>
+ <p>If the project the user wants to share has the SVN® meta information the following window appears to help the user to share the project using existant information.</p>
<img border = "0" src="../images/share_exists.png" alt="Your project has SVN meta info..."/>
<br/>
<img border="0" src="../images/rel_tops.png" alt="Related topics"/>
diff --git a/documentation/teamSupport/svn_info.php b/documentation/teamSupport/svn_info.php
index 0c0e444..6c0b99c 100644
--- a/documentation/teamSupport/svn_info.php
+++ b/documentation/teamSupport/svn_info.php
@@ -33,7 +33,7 @@
<div id="midcolumn">
<h2>SVN Info</h2>
- <p><i>'SVN Info'</i> is shown in the resource properties window if it's linked to a repository location. Here the user can find the SVN® properties of the selected resource, its local path, its remote location, its state, revision number, the date and the author of last changes.</p>
+ <p><i>'SVN Info'</i> is shown in the resource properties window if it's linked to a repository location. Here the user can find the SVN® properties of the selected resource, its local path, its remote location, its state, revision number, the date and the author of last changes.</p>
<p>This is how <i>'SVN Info'</i> looks like:</p>
<img border = "0" src="../images/svn_info.png" alt="SVN Info"/>
<br/>
diff --git a/documentation/teamSupport/svn_main_menu.php b/documentation/teamSupport/svn_main_menu.php
index 49f2041..314293f 100644
--- a/documentation/teamSupport/svn_main_menu.php
+++ b/documentation/teamSupport/svn_main_menu.php
@@ -51,8 +51,8 @@
<p><b>Branch</b> - creates a branch.</p>
<p><b>Merge</b> - opens merge dialog.</p>
<p><b>Switch</b> - associate project with another repository location.</p><p><b>Switch</b> - associate project with another repository location.</p>
- <p><b>Show properties</b> - shows SVN® Properties View for a selected resource.</p>
- <p><b>Set properties...</b> - allows the user to set SVN® Properties for a selected resource.</p>
+ <p><b>Show properties</b> - shows SVN® Properties View for a selected resource.</p>
+ <p><b>Set properties...</b> - allows the user to set SVN® Properties for a selected resource.</p>
<p><b>Set keywords...</b> - allows the user to set keywords for a selected resource.</p>
<p><b>Show Resource History</b> - shows SVN History View for a selected resource.</p>
<p><b>Show Annotations</b> - shows SVN Annotations View for a selected resource.</p>