This post originated from an RSS feed registered with Java Buzz
by Chris Winters.
Original Post: Installing Subversion plugin for IDEA 4.0 on Win32
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
svn-1.0.4-setup.exe (win32 installation of subversion; go ahead and install it as well)
Then copy them to the following places, where $IDEA_HOME is the installation directory of IDEA and $SVN_HOME is the installation directory of subversion:
svnup-0.8.0.jar to $IDEA_HOME/plugins/svn4idea/lib
svn4idea4-0.8.0.jar to $IDEA_HOME/plugins/svn4idea/lib
svnjavahl.jar (from the zip) to $IDEA_HOME/bin
svnjavahl.dll (from the zip) to $IDEA_HOME/bin
$SVN_HOME/bin/libdb42.dll to $IDEA_HOME/bin
$SVN_HOME/bin/libeay32.dll to $IDEA_HOME/bin
$SVN_HOME/bin/ssleay32.dll to $IDEA_HOME/bin
After a reboot and configuration it seems to work okay, although I've only done some very basic actions so far. It feels a good deal slower than CVS but that could just be IDEA building its caches and such so I'll withhold judgement until I've put a full day in.
Also, just noticed that Metissian has put together disk images for the subversion client and IDEA plugin on OS X -- nice!