Sunday, July 28, 2013

Steps to install Tortoise svn plug-in for Eclipse

In this post, we are going to see how to install tortoise svn plugin for eclipse.

Steps to install Tortoise plug-in for Eclipse:

Requirement:

  1. JDK 1.5 or later
  2. Tortoise SVN [Download]
  3. Eclipse 3.x
Steps:
Install:
1.       Open Eclipse IDE.
2.       Open  plug-in folder.[ex: D:\eclipse-jee-juno\eclipse\plugins]
3.       Download and extract the plugin file.[download]
4.       Copy the "tortoisePlugin_1.0.9" folder into ": D:\eclipse-jee-juno\eclipse\plugins" folder.
Configure:
Open Eclipse IDEàWindows à preferencesàtortoise
 
Path:                          C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
SVNServer:                server URL
Shared Root folder: Folder created in local machine.
Reference:

Related Posts:

  • Steps to install Tortoise svn plug-in for EclipseIn this post, we are going to see how to install tortoise svn plugin for eclipse.Steps to install Tortoise plug-in for Eclipse:Requirement:JDK 1.5 or laterTortoise SVN [Download]Eclipse 3.xSteps:Install:1.   &n… Read More
  • Maven 3 TutorialIn this post, we are going to how see what is maven and how to create a maven project.OverviewWhat is Maven?PluginsWhy not Ant and Ivy?But It Downloads the InternetGetting StartedInstallWhat is a POM?Convention over Configura… Read More
  • 10 Ways to Boost Up Your Coding Productivity with Eclipse10 Ways to Boost Up Your Coding Productivity with Eclipse 1. FindHuman eyes can't be trusted, and prone to errors. To search strings always use the FIND feature.In eclipse, this feature is even so powerful. Here what we can d… Read More

0 comments: