Resource Menu


RE : so6 eclipse plugin settings
In case you are having trouble getting the So6 plugin to appear in eclipse I have some instructions to follow:

In order to get the eclipse plugin to work follow these instructions.

  1. Make sure that eclipse is not running
  2. Move the following plugins from the plugin directory; $eclipse_home/eclipse/plugins/ to a temporary directory. The cvs U.I. plugin: org.eclipse.team.cvs.ui_3.1.1.jar
  3. Now start eclipse and close it again.
  4. Now reinstall the cvs plugin that was removed.
  5. Install the So6 plugin by unzipping the file so6-plugin.zip into the directory $eclipse_home/eclipse ex. F:/Program Files/eclipse-SDK-3.1.2-win32/eclipse
  6. Now start eclipse
  7. Create or open a project.
  8. Right click on the project and choose team, then share.
  9. You should now see a window like:
    • Share Project;
      • select a repository type: So6, cvs.
  1. Select So6
  2. Select the "create a new connection" tab.
  3. Enter the values in the fields.
Workspace name: 	MyTestWorkspace  	[or any other workspace]
Synchronizer URI: 	/projects/test/source  	[or any other synchronizer directory]
Username:		[your user name]
Password:		[your password]
Server address:		http://192.168.1.1:9000  [your server host address (the port number is needed.)]
Client type:		LibreSource client
  1. If you get errors, make sure that you don’t have any extra spaces before or after the data entered in the fields listed above.
posted by Robert Young at Aug 24, 2006 10:36 PM