Installing Subversion

From Wiki

Jump to: navigation, search


Contents

Introduction

Subversion is a free/open-source revision control system (RCS). Subversion manages files and directories over time. These files and directories are placed into a central storage called repository. The repository is quite similar to a ordinary file server, except that it remembers every change ever made to your files and directories. This allows one to recover older versions of your data, or examine the history of how your data changed. The software is released under an Apache/BSD-style open source license.

There is the chance to integrate Subversion (SVN) in WebRatio using the Subversive project . The Subversive plug-in gives you the ability to work with this CVS successor version control system from the WebRatio workbench. You can work with Subversion repositories in almost exactly the same way you can now work with CVS repositories using the CVS plug-in bundled in the standard Eclipse distribution.

Installing Subversion in WebRatio

In order to correctly install the Subversion plugin on your WebRatio installation choose the chapter that match to your WebRatio installation version.

Subversion for WebRatio 5.0

These are the guidelines to install the Subversion plugin for WebRatio 5.0.

  1. Select the Help -> Software Updates -> Find and Install...
  2. In the opening dialog choose the Search for new feature to install and click on the Next button
  3. Click on the New Remote Site... button
  4. Type "Subversive" in the "Name" field and "http://download.eclipse.org/technology/subversive/0.7/update-site/" in the "URL" field, then click on the OK button
  5. Click on the Finish button. A waiting dialog appears showing you the operation progress.
  6. In the opening dialog expand the Subversion element and select only the first child element named "Subversion". Then click on the Next button.
  7. Accept the term agreement and click on Next button and then on the Finish button. Now the tool is downloading the plugin and it shows you a waiting dialog.
  8. At the end of the download process, a window appears. Click on the Install All button and then choose to restart WebRatio.


The Subversive plugin adds a new perspective to WebRatio: the SVN Repository Exploring perspective. This perspective works exactly as the CVS one. You can add a new repository location and use it to share your Web project. To add a new repository right click on the SVN Repositories View and select the New command. The tool shows a window in which you have to specify the repository information.


In the WebRatio perspective, you can share a project right clicking on it and choosing the Team -> Share Project.. command. Since you have both CVS and SVN repositories, you can choose which type of repository to use. Choose the SVN repository type and then the repository you want to use. Image:ChooseRepository.png Image:SpecifyRepository.png


The SVN repository offers all the features available for CVS repositories, such as Synchronize, Commit, Update and so on.

Subversion for WebRatio 5.1.X

In order to use Subversion in WebRatio 5.1 you have to install two different plugins:

  1. the basic Subversive SVN Team Provider
  2. the Subversive SVN Connector

Just follow these steps:

  1. Select the Help -> Software Updates -> Find and Install...
  2. In the opening dialog choose the Search for new feature to install and click on the Next button
  3. Click on the New Remote Site... button
  4. Type "Subversion Basic" in the "Name" field and "http://download.eclipse.org/technology/subversive/0.7/update-site/" in the "URL" field, then click on the OK button
  5. Click on the New Remote Site... button again
  6. Type "Subversion Connector" in the "Name" field and "http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/" in the "URL" field, then click on the OK button
  7. Click on the Finish button. A waiting dialog appears showing you the operation progress.
  8. In the opening dialog select only the elements shown in the following image. Then click on the Next button.
  9. Accept the term agreement and click on Next button and then on the Finish button. Now the tool is downloading the plugin and it shows you a waiting dialog.
  10. At the end of the download process, a window appears. Click on the Install All button and then choose to restart WebRatio.


Related articles:
Category Difficulty Refers
Adding the Start Tomcat plugin Customizing the Environment Beginner WebRatio
CVS Common Problems Team Work Intermediate WebRatio
CVS Compare Overview Team Work Intermediate WebRatio
Can I download new plugins for Eclipse from WebRatio?How? Customizing the Environment Beginner WebRatio
How can I increase memory in WebRatio? Customizing the Environment Beginner WebRatio
… further results












Personal tools