SVN plugin for Eclipse and WSDD
There’s a cool svn plugin for eclipse, what’s even cooler is that you can add its update site http://subclipse.tigris.org/update to 3.0 eclipse update manager so new versions can be easily checked and upgraded for you.
WSDD is based on eclipse 2.1, so to enable svn support all you need to download the zip file for 2.1 and extract it to the eclipse plugin directory of WSDD. Now here’s the catch. Naive little me didn’t bother to look at the content and thought it’s just like other plugins where I directly extract the zip file to the plugin directory, but no, the zip file extracts to org.tigris.subversion.subclipse_0.9.3.1/eclipse/plugin..., so what I really needed to do is:
$ unzip org.tigris.subversion.subclipse_0.9.3.1.zip $ cp -r org.tigris.subversion.subclipse_0.9.3.1/eclipse /opt/IBM/DeviceDeveloper5.6/
Leave a Reply
You must be logged in to post a comment.