|
EclipseGettingStarted
Getting started instructions for eclipse environment
IntroductionSetups for eclipse. Details1. GEF: Editor for creating database schema. Update site: http://download.eclipse.org/tools/gef/update-site/releases/site.xml 2. Copy the /home/sadeesh/.gvimrc to your /home/$USER/.gvimrc -- Step 3 is Deprecated. See Step 4 and 5 -- 3. SVN: UI for svn.
http://subclipse.tigris.org/update_1.0.x/Install the Lib SVN java:sudo apt-get install libsvn-java2. KdeSvn:export SVN_EDITOR=gvimAlready installed. Use it.3. To set gvim for svn changes: 4. Simple SVN tutorial at:http://events99.googlecode.com/svn/wiki/SVNTutorial.wiki 4. Use kdesnv , a GUI client for svn. You can directly checkout or open an existing working directory. |